-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
50 lines (50 loc) · 945 Bytes
/
_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
reference:
- title: crul
desc: >
High level overview of package
contents:
- crul
- title: HTTP Verbs
contents:
- verb-DELETE
- verb-GET
- verb-HEAD
- verb-PATCH
- verb-POST
- verb-PUT
- writing-options
- title: Main HTTP class
contents:
- HttpClient
- title: Pagination
contents:
- Paginator
- title: Request configuration
contents:
- handle
- auth
- cookies
- hooks
- http-headers
- progress
- proxies
- upload
- title: Async
contents:
- has_concept("async")
- title: Request debugging/inspection
contents:
- curl_verbose
- crul-options
- curl-options
- title: Check if a url is okay
contents:
- ok
- title: HTTP responses
contents:
- HttpResponse
- content-types
- title: Utilities
contents:
- url_build
- mock