Package: svHttp 1.0.4
svHttp: 'SciViews' - HTTP Server
A simple HTTP server allows to connect GUI clients to R.
Authors:
svHttp_1.0.4.tar.gz
svHttp_1.0.4.zip(r-4.5)svHttp_1.0.4.zip(r-4.4)svHttp_1.0.4.zip(r-4.3)
svHttp_1.0.4.tgz(r-4.4-any)svHttp_1.0.4.tgz(r-4.3-any)
svHttp_1.0.4.tar.gz(r-4.5-noble)svHttp_1.0.4.tar.gz(r-4.4-noble)
svHttp_1.0.4.tgz(r-4.4-emscripten)svHttp_1.0.4.tgz(r-4.3-emscripten)
svHttp.pdf |svHttp.html✨
svHttp/json (API)
NEWS
# Install 'svHttp' in R: |
install.packages('svHttp', repos = c('https://sciviews.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sciviews/svhttp/issues
Last updated 3 years agofrom:bee97b55c7. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
Exports:http_server_clientshttp_server_namehttp_server_portHttpClientsNamesHttpServerNameHttpServerPortpar_http_serverparHttpstart_http_serverstartHttpServerstop_http_serverstopHttpSever
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Get list of all names of clients that already connected to the http server | HttpClientsNames http_server_clients |
Get or change the name of the HTTP server | HttpServerName http_server_name |
Get or change the port of the HTTP server | HttpServerPort http_server_port |
Get or change http server options | parHttp par_http_server |
(Re)start an HTTP server in R | startHttpServer start_http_server |
Stop the SciViews and R HTTP server and eliminate all tracks | stopHttpSever stop_http_server |