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 |
|
List or clear requests in the request registry |
|
webmockr_reset |
|
Stubbing requests |
|
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 |
|
Deprecated |
|
RequestPattern class |