Package: httpuv 1.6.15
httpuv: HTTP and WebSocket Server Library
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
Authors:
httpuv_1.6.15.tar.gz
httpuv_1.6.15.zip(r-4.5)httpuv_1.6.15.zip(r-4.4)httpuv_1.6.15.zip(r-4.3)
httpuv_1.6.15.tgz(r-4.4-x86_64)httpuv_1.6.15.tgz(r-4.4-arm64)httpuv_1.6.15.tgz(r-4.3-x86_64)httpuv_1.6.15.tgz(r-4.3-arm64)
httpuv_1.6.15.tar.gz(r-4.5-noble)httpuv_1.6.15.tar.gz(r-4.4-noble)
httpuv.pdf |httpuv.html✨
httpuv/json (API)
NEWS
# Install 'httpuv' in R: |
install.packages('httpuv', repos = c('https://carpentries.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/httpuv/issues
Last updated 8 months agofrom:19631930c1 (on v1.6.15). Checks:OK: 3 NOTE: 6. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win-x86_64 | OK | Nov 02 2024 |
R-4.5-linux-x86_64 | OK | Nov 02 2024 |
R-4.4-win-x86_64 | NOTE | Nov 02 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 02 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 02 2024 |
R-4.3-win-x86_64 | NOTE | Nov 02 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 02 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 02 2024 |
Exports:decodeURIdecodeURIComponentencodeURIencodeURIComponentexcludeStaticPathgetRNGStateinterruptipFamilylistServersrandomPortrawToBase64runServerrunStaticServerservicestartDaemonizedServerstartPipeServerstartServerstaticPathstaticPathOptionsstopAllServersstopDaemonizedServerstopServerWebSocket
Readme and manuals
Help Manual
Help page | Topics |
---|---|
HTTP and WebSocket server | httpuv-package httpuv |
URI encoding/decoding | decodeURI decodeURIComponent encodeURI encodeURIComponent |
Interrupt httpuv runloop | interrupt |
Check whether an address is IPv4 or IPv6 | ipFamily |
List all running httpuv servers | listServers |
Find an open TCP port | randomPort |
Convert raw vector to Base64-encoded string | rawToBase64 |
Run a server | runServer |
Serve a directory | runStaticServer |
Process requests | service |
Create an HTTP/WebSocket daemonized server (deprecated) | startDaemonizedServer |
Create an HTTP/WebSocket server | startPipeServer startServer |
Create a staticPath object | excludeStaticPath staticPath |
Create options for static paths | staticPathOptions |
Stop all servers | stopAllServers |
Stop a running daemonized server in Unix environments (deprecated) | stopDaemonizedServer |
Stop a server | stopServer |
WebSocket class | WebSocket |