summaryrefslogtreecommitdiff
path: root/www/R-httpuv
AgeCommit message (Collapse)AuthorFilesLines
2019-12-19Spell include path correctly, even though it is not actually used.joerg2-4/+4
2019-12-18Use external libuv.joerg3-2/+36
2019-09-26Add a missing dependency on devel/R-BH.brook1-1/+2
2019-09-25Add missing dependency on devel/R-R6.brook1-1/+2
2019-08-09R-httpuv: initial commitbrook3-0/+33
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.)