This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
forked from r-lib/httr2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
142 lines (141 loc) · 3.4 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Generated by roxygen2: do not edit by hand
S3method("$",httr2_headers)
S3method("[",httr2_headers)
S3method("[[",httr2_headers)
S3method(print,httr2_cmd)
S3method(print,httr2_headers)
S3method(print,httr2_oauth_client)
S3method(print,httr2_obfuscated)
S3method(print,httr2_request)
S3method(print,httr2_response)
S3method(print,httr2_token)
S3method(print,httr2_url)
S3method(str,httr2_obfuscated)
export("%>%")
export(curl_help)
export(curl_translate)
export(example_github_client)
export(example_url)
export(iterate_with_cursor)
export(iterate_with_link_url)
export(iterate_with_offset)
export(jwt_claim)
export(jwt_encode_hmac)
export(jwt_encode_sig)
export(last_request)
export(last_response)
export(local_mock)
export(local_mocked_responses)
export(multi_req_perform)
export(oauth_cache_path)
export(oauth_client)
export(oauth_client_req_auth)
export(oauth_client_req_auth_body)
export(oauth_client_req_auth_header)
export(oauth_client_req_auth_jwt_sig)
export(oauth_flow_auth_code)
export(oauth_flow_auth_code_listen)
export(oauth_flow_auth_code_parse)
export(oauth_flow_auth_code_pkce)
export(oauth_flow_auth_code_url)
export(oauth_flow_bearer_jwt)
export(oauth_flow_client_credentials)
export(oauth_flow_device)
export(oauth_flow_password)
export(oauth_flow_refresh)
export(oauth_redirect_uri)
export(oauth_token)
export(oauth_token_cached)
export(obfuscate)
export(obfuscated)
export(req_auth_basic)
export(req_auth_bearer_token)
export(req_body_file)
export(req_body_form)
export(req_body_json)
export(req_body_json_modify)
export(req_body_multipart)
export(req_body_raw)
export(req_cache)
export(req_cookie_preserve)
export(req_dry_run)
export(req_error)
export(req_headers)
export(req_method)
export(req_oauth)
export(req_oauth_auth_code)
export(req_oauth_bearer_jwt)
export(req_oauth_client_credentials)
export(req_oauth_device)
export(req_oauth_password)
export(req_oauth_refresh)
export(req_options)
export(req_perform)
export(req_perform_iterative)
export(req_perform_parallel)
export(req_perform_sequential)
export(req_perform_stream)
export(req_progress)
export(req_proxy)
export(req_retry)
export(req_stream)
export(req_template)
export(req_throttle)
export(req_timeout)
export(req_url)
export(req_url_path)
export(req_url_path_append)
export(req_url_query)
export(req_user_agent)
export(req_verbose)
export(request)
export(resp_body_html)
export(resp_body_json)
export(resp_body_raw)
export(resp_body_string)
export(resp_body_xml)
export(resp_check_content_type)
export(resp_check_status)
export(resp_content_type)
export(resp_date)
export(resp_encoding)
export(resp_has_body)
export(resp_header)
export(resp_header_exists)
export(resp_headers)
export(resp_is_error)
export(resp_link_url)
export(resp_raw)
export(resp_retry_after)
export(resp_status)
export(resp_status_desc)
export(resp_url)
export(resp_url_path)
export(resp_url_queries)
export(resp_url_query)
export(response)
export(response_json)
export(resps_data)
export(resps_failures)
export(resps_requests)
export(resps_successes)
export(secret_decrypt)
export(secret_decrypt_file)
export(secret_encrypt)
export(secret_encrypt_file)
export(secret_has_key)
export(secret_make_key)
export(secret_read_rds)
export(secret_write_rds)
export(signal_total_pages)
export(throttle_status)
export(url_build)
export(url_parse)
export(with_mock)
export(with_mocked_responses)
export(with_verbosity)
import(R6)
import(rlang)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")