babashka / http-client

HTTP client for Clojure and Babashka built on java.net.http
MIT License
126 stars 14 forks source link

Additional interop helper methods #35

Closed casselc closed 1 year ago

casselc commented 1 year ago

Includes helpers for ->CookieHandler, ->SSLParameters, and ->Executor which are incorporated into the client-builder.

Please answer the following questions and leave the below in as part of your PR.

casselc commented 1 year ago

I think https://www.httpbin.org/ may be having issues. I've been seeing flakiness/occasional 504 gateway timeouts in local testing of get-response-object-test, and seeing similar behavior trying to access https://httpbin.org/redirect-to?url=https://www.httpbin.org in a browser.

borkdude commented 1 year ago

Maybe we should replace those tests with something else (as a separate PR)

borkdude commented 1 year ago

Merged manually