forked from rstudio/httpuv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.23 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: httpuv
Type: Package
Title: HTTP and WebSocket Server Library
Version: 1.5.1.9001
Author: Joe Cheng, Hector Corrada Bravo [ctb], Jeroen Ooms [ctb],
Winston Chang [ctb]
Copyright: RStudio, Inc.; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels Provos;
Internet Systems Consortium, Inc.; Alexander Chemeris
Maintainer: Joe Cheng <[email protected]>
Description: 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.)
License: GPL (>= 2) | file LICENSE
Depends:
R (>= 2.15.1)
Imports:
Rcpp (>= 0.11.0),
utils,
R6,
promises,
later (>= 0.8.0)
LinkingTo: Rcpp, BH, later
URL: https://github.com/rstudio/httpuv
SystemRequirements: GNU make
RoxygenNote: 6.1.1
Suggests:
testthat,
callr,
curl,
websocket
Collate:
'RcppExports.R'
'httpuv.R'
'server.R'
'static_paths.R'
'utils.R'