forked from r-lib/httr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 765 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 765 Bytes
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
Package: httr
Version: 1.2.1.9000
Title: Tools for Working with URLs and HTTP
Description: Useful tools for working with HTTP organised by HTTP verbs
(GET(), POST(), etc). Configuration functions make it easy to control
additional request components (authenticate(), add_headers() and so on).
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("RStudio", role = "cph")
)
Depends:
R (>= 3.0.0)
Imports:
jsonlite,
mime,
curl (>= 0.9.1),
openssl (>= 0.8),
R6
Suggests:
httpuv,
jpeg,
knitr,
png,
testthat (>= 0.8.0),
readr,
xml2,
rmarkdown
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/hadley/httr
RoxygenNote: 5.0.1