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
/
_pkgdown.yml
97 lines (81 loc) · 1.74 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
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
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>
development:
mode: auto
reference:
- title: Requests
subtitle: Create and modify
contents:
- request
- req_body
- req_cookie_preserve
- req_headers
- req_method
- req_options
- req_progress
- 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
contents:
- req_perform
- req_perform_stream
- 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: Perform multiple requests
contents:
- req_perform_iterative
- req_perform_parallel
- req_perform_sequential
- starts_with("iterate_")
- starts_with("resps_")
- 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("req_oauth")
articles:
- title: Using httr2
navbar: ~
contents:
- articles/wrapping-apis
- articles/oauth
news:
releases:
- text: "httr2 1.0.0"
href: https://www.tidyverse.org/blog/2023/11/httr2-1-0-0/