forked from r-lib/httr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
76 lines (75 loc) · 1.56 KB
/
NAMESPACE
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
73
74
75
76
# Generated by roxygen2 (4.0.0): do not edit by hand
S3method("$",insensitive)
S3method("[",insensitive)
S3method("[[",insensitive)
S3method(as.character,response)
S3method(c,config)
S3method(print,config)
S3method(print,handle)
S3method(print,oauth_app)
S3method(print,oauth_endpoint)
S3method(print,response)
S3method(status_code,numeric)
S3method(status_code,response)
export(BROWSE)
export(DELETE)
export(GET)
export(HEAD)
export(PATCH)
export(POST)
export(PUT)
export(accept_json)
export(accept_xml)
export(add_headers)
export(authenticate)
export(build_url)
export(config)
export(content)
export(guess_media)
export(handle)
export(hmac_sha1)
export(http_condition)
export(http_status)
export(init_oauth1.0)
export(init_oauth2.0)
export(insensitive)
export(modify_url)
export(new_bin)
export(new_token)
export(oauth1.0_token)
export(oauth2.0_token)
export(oauth_app)
export(oauth_callback)
export(oauth_endpoint)
export(oauth_endpoints)
export(oauth_exchanger)
export(oauth_listener)
export(parse_media)
export(parse_url)
export(parsed_content)
export(reset_config)
export(set_config)
export(set_cookies)
export(sign_oauth1.0)
export(sign_oauth2.0)
export(stop_for_status)
export(text_content)
export(timeout)
export(upload_file)
export(url_ok)
export(url_success)
export(use_proxy)
export(user_agent)
export(verbose)
export(warn_for_status)
export(with_config)
exportClasses(Token)
exportClasses(Token1.0)
exportClasses(Token2.0)
import(RCurl)
import(stringr)
importFrom(digest,digest)
importFrom(digest,hmac)
importFrom(methods,as)
importFrom(methods,setRefClass)
importFrom(tools,file_ext)