forked from r-lib/httr2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
71 lines (61 loc) · 1.32 KB
/
_pkgdown.yml
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
url: https://httr2.r-lib.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="httr2.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: Requests
subtitle: Create and modify
contents:
- request
- req_body
- req_headers
- req_method
- req_options
- req_proxy
- req_template
- req_timeout
- req_url
- req_user_agent
- subtitle: Debugging/testing
contents:
- last_request
- req_dry_run
- req_verbose
- with_mock
- with_verbosity
- subtitle: Authentication
contents:
- starts_with("req_auth")
- starts_with("req_oauth")
- title: Perform a request and get a response
contents:
- req_perform
- req_stream
- multi_req_perform
- subtitle: Control the process
desc: >
These functions don't modify the HTTP request that is sent to the server,
but affect the overall process of `req_perform()`.
contents:
- req_cache
- req_error
- req_throttle
- req_retry
- title: Handle the response
contents:
- starts_with("resp_")
- title: Miscellaenous helpers
contents:
- curl_translate
- secrets
- obfuscate
- url_parse
- title: OAuth
desc: >
These functions implement the low-level components of OAuth.
contents:
- starts_with("oauth_")
- starts_with("jwt_")