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.)
| Version: | 
1.6.5 | 
| Depends: | 
R (≥ 2.15.1) | 
| Imports: | 
Rcpp (≥ 1.0.7), utils, R6, promises, later (≥ 0.8.0) | 
| LinkingTo: | 
Rcpp, later | 
| Suggests: | 
testthat, callr, curl, websocket | 
| Published: | 
2022-01-05 | 
| Author: | 
Joe Cheng [aut],
  Winston Chang [aut, cre],
  RStudio, PBC [cph],
  Hector Corrada Bravo [ctb],
  Jeroen Ooms [ctb],
  Andrzej Krzemienski [cph] (optional.hpp) | 
| Maintainer: | 
Winston Chang  <winston at rstudio.com> | 
| License: | 
GPL-2 | GPL-3 | file LICENSE [expanded from: GPL (≥ 2) | file LICENSE] | 
| Copyright: | 
RStudio, PBC; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels
Provos; Internet Systems Consortium, Inc.; Alexander Chemeris;
Berkeley Software Design; Google Inc.; Sony Mobile
Communications AB; Alexander Peslyak; Free Software Foundation,
Inc.; X Consortium; Ben Noordhuis; StrongLoop, Inc.; Saúl
Ibarra Corretgé; Bert Belder; Fedor Indutny; libuv project;
Refael Ackermann; Kenneth MacKay; Emergya; Diego Pettenò; xine
project, The Regents of the University of California, Dariusz
Dwornikowski | 
| URL: | 
https://github.com/rstudio/httpuv | 
| NeedsCompilation: | 
yes | 
| SystemRequirements: | 
GNU make, C++11, zlib | 
| Materials: | 
README NEWS  | 
| In views: | 
ModelDeployment, WebTechnologies | 
| CRAN checks: | 
httpuv results |