Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-19 | Spell include path correctly, even though it is not actually used. | joerg | 2 | -4/+4 | |
2019-12-18 | Use external libuv. | joerg | 3 | -2/+36 | |
2019-09-26 | Add a missing dependency on devel/R-BH. | brook | 1 | -1/+2 | |
2019-09-25 | Add missing dependency on devel/R-R6. | brook | 1 | -1/+2 | |
2019-08-09 | R-httpuv: initial commit | brook | 3 | -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.) |