webmockrHigh level overview of package |
|
---|---|
webmockr: Stubbing and Setting Expectations on 'HTTP' Requests |
|
Defunct functions in webmockr |
|
Configuration |
|
|
webmockr configuration |
Enable/Disable webmockr |
|
Enable or disable webmockr |
|
Turn on |
|
Turn on |
|
Stub and Request registries |
|
List stubs in the stub registry |
|
stub_registry_clear |
|
StubRegistry |
|
List or clear requests in the request registry |
|
RequestRegistry |
|
webmockr_reset |
|
Stubbing requests |
|
StubbedRequest |
|
Stub an http request |
|
Remove a request stub |
|
Set raise error condition |
|
Expectation for what's returned from a stubbed request |
|
Set timeout as an expected return on a match |
|
Set additional parts of a stubbed request |
|
Partially match request query parameters or request bodies |
|
Mocking writing to disk |
|
Mock file |
|
Mocking writing to disk |
|
Introspection |
|
Get the last HTTP request made |
|
Get the last stub created |
|
Get a diff of a stub request body and a request body from an http request |
|
HTTP package adapters and utilitiesInternal use only most likely |
|
Adapters for Modifying HTTP Requests |
|
HttpLibAdapaterRegistry |
|
Build a crul request |
|
Build a crul response |
|
Build a httr request |
|
Build a httr response |
|
Build an httr2 request |
|
Build a httr2 response ( |
|
Various Internal utilities |
|
RequestPattern class |
|
RequestSignature |
|
HashCounter |
|
StubCounter |
|
Extract the body from an HTTP request |
|
Response |