You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,15 +128,19 @@ When building the `OHHTTPStubsResponse` object, you can specify a response time
128
128
If you specify a negative value for the responseTime parameter, instead of being interpreted as a time in seconds, it will be interpreted as a download speed in KBytes/s. In that case, the response time will be computed using the size of the response's data to simulate the indicated download speed.
129
129
130
130
The `OHHTTPStubsResponse` header defines some constants for standard download speeds:
@@ -180,7 +184,7 @@ You can then list all the installed stubs using `[OHHTTPStubs allStubs]`, which
180
184
You can also setup a block to execute each time a request has been stubbed, using `onStubActivation:` method, typically to log the stub being used for each request:
0 commit comments