Skip to content

Commit

Permalink
Added docstring comment for ssl-context in create-client
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Diamond committed Feb 20, 2012
1 parent a12f912 commit 91d57af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clj/http/async/client.clj
Expand Up @@ -55,7 +55,8 @@
- :request-timeout :: request timeout in ms - :request-timeout :: request timeout in ms
- :user-agent :: User-Agent branding string - :user-agent :: User-Agent branding string
- :async-connect :: Execute connect asynchronously - :async-connect :: Execute connect asynchronously
- :executor-service :: provide your own executor service for callbacks to be executed on" - :executor-service :: provide your own executor service for callbacks to be executed on
- :ssl-context :: provide your own SSL Context"
{:tag AsyncHttpClient} {:tag AsyncHttpClient}
[& {:keys [compression-enabled [& {:keys [compression-enabled
connection-timeout connection-timeout
Expand Down

0 comments on commit 91d57af

Please sign in to comment.