Liking cljdoc? Tell your friends :D

coop.magnet.esignatures.util


bad-gatewayclj

502 Bad gateway The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.

502 Bad gateway The server, while acting as a gateway or proxy,
received an invalid response from the upstream server it accessed in
attempting to fulfill the request.
sourceraw docstring

default-backoff-msclj

source

default-initial-delayclj

Initial delay for retries, specified in milliseconds.

Initial delay for retries, specified in milliseconds.
sourceraw docstring

default-max-delayclj

Maximun delay for a connection retry, specified in milliseconds. We are using truncated binary exponential backoff, with max-delay as the ceiling for the retry delay.

Maximun delay for a connection retry, specified in milliseconds. We
are using truncated binary exponential backoff, with `max-delay` as
the ceiling for the retry delay.
sourceraw docstring

default-max-retriesclj

Default limit of attempts for Stripe request.

Default limit of attempts for Stripe request.
sourceraw docstring

default-timeoutclj

Default timeout value for an connection attempt with Stripe API.

Default timeout value for an connection attempt with Stripe API.
sourceraw docstring

do-requestclj

(do-request request
            {:keys [timeout max-retries backoff-ms]
             :or {timeout default-timeout
                  max-retries default-max-retries
                  backoff-ms default-backoff-ms}})
source

gateway-timeoutclj

504 Gateway timeout The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request.

504 Gateway timeout The server, while acting as a gateway or proxy,
did not receive a timely response from the upstream server specified
by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary
server (e.g. DNS) it needed to access in attempting to complete the
request.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close