Open
Description
For testing Surf it'd be great if we could create a mock backend to automatically handle http responses. We could in turn for example use tide
with the mock frontend to create mock responses.
The benefit of this is that unit tests should become really fast, and we can provide extra methods to assert values, as seen in http-rs/tide#273. Thanks!