httpfake
httpfake copied to clipboard
Httpfake – A Golang httptest wrapper for easily setting up a fake server
Results
3
httpfake issues
Sort by
recently updated
recently updated
newest added
We should determine the subset of methods from the [testing.TB](https://github.com/maxcnunes/httpfake/releases/tag/v1.2.3) interface we need to provide for fully functioning assertions. We should also take into consideration which methods should or shouldn't...
Existing issue: ``` httpfake: not found request handler for [GET: /v1/users/1?isProcessed=true&userID=1]; registered handlers are: * [GET: /v1/users/1?userID=1&isProcessed=true] ```