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

Tests Vignettes

Available Snapshots

This version of httpuv can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (7)
  • R
  • later >= 0.8.0
  • promises
  • R6
  • Rcpp >= 1.0.7
  • later
  • Rcpp
  • Suggests (4)
  • callr
  • curl
  • testthat
  • websocket
  • Version History