Package: httpuv 1.6.12.9000
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.12.9000.tar.gz
httpuv_1.6.12.9000.tgz(r-4.4-x86_64)httpuv_1.6.12.9000.tgz(r-4.4-arm64)httpuv_1.6.12.9000.tgz(r-4.3-x86_64)httpuv_1.6.12.9000.tgz(r-4.3-arm64)
httpuv_1.6.12.9000.tar.gz(r-4.5-noble)httpuv_1.6.12.9000.tar.gz(r-4.4-noble)
httpuv.pdf |httpuv.html✨
httpuv/json (API)
NEWS
# Install 'httpuv' in R: |
install.packages('httpuv', repos = c('https://zeehio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/httpuv/issues
Last updated 1 years agofrom:4c336c3b2f. Checks:OK: 1 ERROR: 1 NOTE: 2 WARNING: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-linux-x86_64 | ERROR | Nov 04 2024 |
R-4.4-mac-x86_64 | WARNING | Nov 02 2024 |
R-4.4-mac-aarch64 | WARNING | 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 |