HTTP and WebSocket Server Library
URI encoding/decoding
Apply the value of .Random.seed to R's internal RNG state
HTTP and WebSocket server
Interrupt httpuv runloop
Check whether an address is IPv4 or IPv6
List all running httpuv servers
Get and set logging level
PipeServer class
Find an open TCP port
Convert raw vector to Base64-encoded string
Run a server
Serve a directory
Server class
Process requests
Create an HTTP/WebSocket daemonized server (deprecated)
Create an HTTP/WebSocket server
Create a staticPath object
Create options for static paths
Stop all servers
Stop a running daemonized server in Unix environments (deprecated)
Stop a server
WebServer class
WebSocket class
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.)