clj-http

ska 2020-08-18T09:00:08.002600Z

Would the clj-http project be interested in a small PR that changes the default cookie spec to the "strongly recommended" "standard" instead of the "default"? I just had to go through a large codebase and add this to many HTTP requests and I think that a wrapper like clj-http should have the best practices as default, not neccessarily go with the old Apache HttpComponents Client defaults. Just my opinion.