Nocilla
Nocilla copied to clipboard
Add option to enable real HTTP requests
At this point, when Nocilla is enabled, any HTTP request will be handled by Nocilla and won't hit the outside world. This is the desired behavior for unit tests but disabling this behavior may be convenient for other scenarios.
+1
+1
+1 One of the scenarios would be using Nocilla directly in the app and stub Web Services not developed yet.
This would be very helpful! +1
+1
+1
Had to switch to https://github.com/AliSoftware/OHHTTPStubs for this feature