The options from UserRequestOptions that are related to the instantiation/management of a client. This is everything from UserRequestOptions not included in RequestOptions.
The options from UserRequestOptions that are related to the instantiation/management of a client. This is everything from UserRequestOptions not included in RequestOptions.
(options this url)
(options this url opts)
(put this url)
(put this url opts)
(get-client-metric-registry this)
(get this url)
(get this url opts)
(patch this url)
(patch this url opts)
(trace this url)
(trace this url opts)
(delete this url)
(delete this url opts)
(make-request this url method)
(make-request this url method opts)
(get-client-metric-namespace this)
(close this)
(head this url)
(head this url opts)
(post this url)
(post this url opts)
The list of request and client options passed by a user into the request function. Allows the user to configure both a client and a request.
The list of request and client options passed by a user into the request function. Allows the user to configure both a client and a request.
The list of request options passed by a user into the request function. Allows the user to configure a request.
The list of request options passed by a user into the request function. Allows the user to configure a request.
The options from UserRequestOptions that have to do with the configuration and settings for an individual request. This is everything from UserRequestOptions not included in ClientOptions.
The options from UserRequestOptions that have to do with the configuration and settings for an individual request. This is everything from UserRequestOptions not included in ClientOptions.
A cleaned-up version of RawUserRequestClientOptions, which is formed after validating the RawUserRequestClientOptions and merging it with the defaults.
A cleaned-up version of RawUserRequestClientOptions, which is formed after validating the RawUserRequestClientOptions and merging it with the defaults.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close