to_timeout {webmockr} | R Documentation |
Set timeout as an expected return on a match
Description
Set timeout as an expected return on a match
Usage
to_timeout(.data)
Arguments
.data |
input. Anything that can be coerced to a |
Value
an object of class StubbedRequest
, with print method describing
the stub
Note
see examples in stub_request()
[Package webmockr version 1.0.0 Index]