-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
68 lines (66 loc) · 1.5 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
url: https://docs.ropensci.org/webmockr
template:
bootstrap: 5
reference:
- title: "webmockr"
desc: >
High level overview of package
contents:
- webmockr
- webmockr-package
- webmockr-defunct
- title: "Configuration"
contents:
- webmockr_configure
- title: "Enable/Disable webmockr"
contents:
- starts_with("enable")
- disable
- httr_mock
- httr2_mock
- title: "Stub and Request registries"
contents:
- stub_registry
- stub_registry_clear
- StubRegistry
- starts_with("request_registry")
- RequestRegistry
- webmockr_reset
- title: "Stubbing requests"
contents:
- StubbedRequest
- stub_request
- remove_request_stub
- to_raise
- to_return
- to_timeout
- wi_th
- including
- title: "Mocking writing to disk"
contents:
- mock_file
- mocking-disk-writing
- title: "Introspection"
contents:
- starts_with("last")
- stub_body_diff
- title: "HTTP package adapters and utilities"
contents:
- CrulAdapter
- HttrAdapter
- Httr2Adapter
- HttpLibAdapaterRegistry
- build_crul_request
- build_crul_response
- build_httr_request
- build_httr_response
- build_httr2_request
- build_httr2_response
- title: "Internal utilities"
contents:
- RequestPattern
- RequestSignature
- HashCounter
- StubCounter
- pluck_body
- Response