forked from r-lib/httr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
98 lines (88 loc) · 1.58 KB
/
Copy path_pkgdown.yml
File metadata and controls
98 lines (88 loc) · 1.58 KB
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
url: https://httr.r-lib.org
template:
params:
ganalytics: UA-115082821-1
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
navbar:
title: httr
type: default
left:
- icon: fa-home fa-lg
href: /index.html
- text: Intro
href: articles/quickstart.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Managing secrets
href: articles/secrets.html
- text: Best practices for API packages
href: articles/api-packages.html
right:
- text: News
menu:
- text: "Release notes"
- text: "Version 1.4.0"
href: https://www.tidyverse.org/articles/2018/12/httr-1-4-0/
- text: "------------------"
- text: "Change log"
href: news/index.html
- icon: fa-github fa-lg
href: https://github.com/r-lib/httr