-
Notifications
You must be signed in to change notification settings - Fork 2k
/
_pkgdown.yml
81 lines (70 loc) · 1.2 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
url: https://httr.r-lib.org
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="httr.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: HTTP verbs
contents:
- GET
- POST
- PUT
- DELETE
- PATCH
- HEAD
- VERB
- RETRY
- BROWSE
- title: Request configuration
contents:
- config
- set_config
- with_config
- add_headers
- authenticate
- content_type
- progress
- set_cookies
- timeout
- upload_file
- use_proxy
- user_agent
- verbose
- write_disk
- write_stream
- title: Response accessors
contents:
- content
- cookies
- headers
- http_error
- http_status
- http_type
- http_date
- status_code
- stop_for_status
- title: Authentication
contents:
- contains("oauth")
- authenticate
- revoke_all
- title: Url parsing and manipulation
contents:
- modify_url
- parse_url
- title: Developer facing
contents:
- cache_info
- handle
- httr_dr
- httr_options
- get_callback
- response
news:
releases:
- text: "Version 1.4.0"
href: https://www.tidyverse.org/articles/2018/12/httr-1-4-0/