General
22Constructs a `java.net.Authenticator`. Options: * `:user` - the username * `:pass` - the password
functionbabashka.http-client
Constructs a `java.net.CookieHandler` using `java.net.CookieManager`. Options: * `:store` - an optional `java....
functionbabashka.http-client
Constructs a `java.util.concurrent.Executor`. Options: * `:threads` - constructs a `ThreadPoolExecutor` with the...
functionbabashka.http-client
Constructs a `java.net.ProxySelector`. Options: * `:host` - string * `:port` - long
functionbabashka.http-client
Constructs a `javax.net.ssl.SSLContext`. Options: * `:key-store` - a file, URI or URL or anything else that is com...
functionbabashka.http-client
Constructs a `javax.net.ssl.SSLParameters`. Options: * `:ciphers` - a list of cipher suite names * `:protocol...
functionbabashka.http-client
Construct a custom client. To get the same behavior as the (implicit) default client, pass `default-client-opts`. Opt...
functionbabashka.http-client
Options used to create the (implicit) default client.
valuebabashka.http-client
- function
babashka.curl
Convenience wrapper for `request` with method `:delete`
functionbabashka.http-client
- function
babashka.curl
Convenience wrapper for `request` with method `:get`
functionbabashka.http-client
- function
babashka.curl
Convenience wrapper for `request` with method `:head`
functionbabashka.http-client
- function
babashka.curl
Convenience wrapper for `request` with method `:patch`
functionbabashka.http-client
- function
babashka.curl
Convenience wrapper for `request` with method `:post`
functionbabashka.http-client
- function
babashka.curl
Convenience wrapper for `request` with method `:put`
functionbabashka.http-client
- function
babashka.curl
Perform request. Returns map with at least `:body`, `:status` Options: * `:uri` - the uri to request (required). ...
functionbabashka.http-client