R-httpuv
Port variant std
Summary HTTP and WebSocket Server Library
Package version 1.6.17
Homepage https://rstudio.github.io/httpuv/
Keywords cran
Maintainer CRAN Automaton
License Not yet specified
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 24 MAR 2026, 14:46:45 UTC
Port created 15 APR 2020, 06:14:40 UTC
Subpackage Descriptions
single 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.)
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) gmake:primary:std
libiconv:dev:std
pcre2:dev:std
R:primary:std
icu:dev:std
R:docs:std
zlib:dev:std
zstd:dev:std
bzip2:dev:std
xz:dev:std
Build and Runtime R-later:single:std
R-promises:single:std
R-R6:single:std
R-Rcpp:single:std
Runtime (only) R:primary:std
R:nls:std
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
d18506e13546b8bcd022446bb8344434cc786c2bbe8b3152909e1da42c1d6273 1892489 CRAN/httpuv_1.6.17.tar.gz
Ports that require R-httpuv:std
R-servr:std Simple HTTP server - static and dynamic files
R-shiny:std Web Application Framework for R