forked from r-lib/httr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yaml
84 lines (76 loc) · 1.26 KB
/
_pkgdown.yaml
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
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: URLS
contents:
- contains("url")
- title: Advanced
contents:
- cache_info
- handle
- httr_dr
- httr_options
- get_callback
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
href: news/index.html
- icon: fa-github fa-lg
href: https://github.com/r-lib/httr