issues
search
gnarroway
/
hato
An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
380
stars
27
forks
source link
Replace httpbin with our own server
#26
Closed
gnarroway
closed
3 years ago
gnarroway
commented
3 years ago
Background
A few cases where httpbin has changed and broken tests, or when it is flakey, which is annoying.
Requirement
Change client_test to use http-kit we spin up ourselves instead of relying on external service.
priority for multipart test which is currently commented
gnarroway
commented
3 years ago
done for multipart use case. others can change as required
Background
Requirement