Skip to contents

All functions

WebSocket
WebSocket class
encodeURI() encodeURIComponent() decodeURI() decodeURIComponent()
URI encoding/decoding
httpuv-package httpuv
HTTP and WebSocket server
interrupt()
Interrupt httpuv runloop
ipFamily()
Check whether an address is IPv4 or IPv6
listServers()
List all running httpuv servers
randomPort()
Find an open TCP port
rawToBase64()
Convert raw vector to Base64-encoded string
runServer()
Run a server
runStaticServer()
Serve a directory
service()
Process requests
startDaemonizedServer()
Create an HTTP/WebSocket daemonized server (deprecated)
startServer() startPipeServer()
Create an HTTP/WebSocket server
staticPath() excludeStaticPath()
Create a staticPath object
staticPathOptions()
Create options for static paths
stopAllServers()
Stop all servers
stopDaemonizedServer()
Stop a running daemonized server in Unix environments (deprecated)
stopServer()
Stop a server