puppetlabs / clj-http-client

HTTP client library wrapping Apache HttpAsyncClient
Apache License 2.0
15 stars 30 forks source link

(maint) Use `OPTIONS` request method when calling the sync client's `options` function #94

Closed mwaggett closed 2 years ago

mwaggett commented 2 years ago

Presumably from a bad copy+paste, the options function was previously using the POST method to make requests, making it identical to the post function.