(create-client opts)
Inputs: [opts :- common/ClientOptions] Returns: (schema/protocol common/HTTPClient)
Inputs: [opts :- common/ClientOptions] Returns: (schema/protocol common/HTTPClient)
(delete url)
(delete url opts)
Issue a synchronous HTTP DELETE request. This will raise an exception if an error is returned.
Issue a synchronous HTTP DELETE request. This will raise an exception if an error is returned.
(extract-client-opts opts)
Inputs: [opts :- common/RawUserRequestClientOptions] Returns: common/ClientOptions
Inputs: [opts :- common/RawUserRequestClientOptions] Returns: common/ClientOptions
(extract-request-opts opts)
Inputs: [opts :- common/RawUserRequestClientOptions] Returns: common/RawUserRequestOptions
Inputs: [opts :- common/RawUserRequestClientOptions] Returns: common/RawUserRequestOptions
(get url)
(get url opts)
Issue a synchronous HTTP GET request. This will raise an exception if an error is returned.
Issue a synchronous HTTP GET request. This will raise an exception if an error is returned.
(head url)
(head url opts)
Issue a synchronous HTTP head request. This will raise an exception if an error is returned.
Issue a synchronous HTTP head request. This will raise an exception if an error is returned.
(options url)
(options url opts)
Issue a synchronous HTTP OPTIONS request. This will raise an exception if an error is returned.
Issue a synchronous HTTP OPTIONS request. This will raise an exception if an error is returned.
(patch url)
(patch url opts)
Issue a synchronous HTTP PATCH request. This will raise an exception if an error is returned.
Issue a synchronous HTTP PATCH request. This will raise an exception if an error is returned.
(post url)
(post url opts)
Issue a synchronous HTTP POST request. This will raise an exception if an error is returned.
Issue a synchronous HTTP POST request. This will raise an exception if an error is returned.
(put url)
(put url opts)
Issue a synchronous HTTP PUT request. This will raise an exception if an error is returned.
Issue a synchronous HTTP PUT request. This will raise an exception if an error is returned.
(request-with-client req client)
(request-with-client req client metric-registry metric-namespace)
(request-with-client req
client
metric-registry
metric-namespace
enable-url-metrics?)
(trace url)
(trace url opts)
Issue a synchronous HTTP TRACE request. This will raise an exception if an error is returned.
Issue a synchronous HTTP TRACE request. This will raise an exception if an error is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close