forked from r-lib/httr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
72 lines (72 loc) · 1.5 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: httr
Type: Package
Title: Tools for working with URLs and HTTP
Version: 0.2.99
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: Provides useful tools for working with HTTP connections. Is a
simplified wrapper built on top of RCurl. It is much much less configurable
but because it only attempts to encompass the most common operations it is
also much much simpler.
Imports:
RCurl (>= 1.95-0),
stringr (>= 0.6.1),
digest,
tools,
methods
Suggests:
RJSONIO,
XML,
testthat (>= 0.8.0),
png,
jpeg,
httpuv
Roxygen: list(wrap = FALSE)
License: MIT + file LICENSE
Collate:
'authenticate.r'
'body.R'
'config.r'
'content-parse.r'
'content.r'
'cookies.r'
'handle-pool.r'
'handle-url.r'
'handle.r'
'headers.r'
'hmac.r'
'http--request.r'
'http-browse.r'
'http-delete.r'
'http-get.r'
'http-head.r'
'http-patch.r'
'http-post.r'
'http-put.r'
'httr.r'
'insensitive.r'
'media-guess.r'
'media-parse.r'
'oauth-app.r'
'oauth-cache.R'
'url.r'
'oauth-endpoint.r'
'oauth-exchanger.r'
'oauth-init.R'
'oauth-listener.r'
'oauth-refresh.R'
'oauth-signature.r'
'oauth-token-utils.R'
'oauth-token.r'
'perform.R'
'proxy.r'
'request-bin.r'
'response-status.r'
'response.r'
'timeout.r'
'upload-file.r'
'url-query.r'
'user-agent.r'
'utils.r'
'verbose.r'
'zzz.R'