Learn R Programming

⚠️There's a newer version (1.6.16) of this package.Take me there.

httpuv (version 1.3.0)

HTTP and WebSocket server library

Description

httpuv 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.)

Copy Link

Version

Install

install.packages('httpuv')

Monthly Downloads

662,295

Version

1.3.0

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joe Cheng

Last Published

April 4th, 2014

Functions in httpuv (1.3.0)

service

Process requests
WebSocket

WebSocket object
startDaemonizedServer

Create an HTTP/WebSocket daemonized server (experimental)
interrupt

Interrupt httpuv runloop
stopDaemonizedServer

Stop a running daemonized server in Unix environments
runServer

Run a server
rawToBase64

Convert raw vector to Base64-encoded string
stopServer

Stop a running server
httpuv-package

HTTP and WebSocket server
startServer

Create an HTTP/WebSocket server