Liking cljdoc? Tell your friends :D

appnexus.http


*app-nexus-http-debug*clj


*session*clj


authenticateclj

(authenticate session)

Authenticates with appnexus an updates the session with the result

Authenticates with appnexus an updates the session with the result
raw docstring

build-requestclj

(build-request content-type query)

date-header-formatterclj


extract-rate-limit-headersclj

(extract-rate-limit-headers {:keys [headers] :as resp})

parse-rate-limit-headercljmultimethod


service-getclj

(service-get session name & [query])

service-get*clj

(service-get* session name content-type query)

service-get-streamclj

(service-get-stream session name & [query])

service-get-stringclj

(service-get-string session name & [query])

unexceptional-status?clj


wrap-appnexus-requestclj

(wrap-appnexus-request client)

wrap-appnexus-responseclj

(wrap-appnexus-response client)

Extracts the Appnexus response, checks it's status and strips the wrapper from the http response

Extracts the Appnexus response, checks it's status and strips the wrapper
from the http response
raw docstring

wrap-exceptionsclj

(wrap-exceptions client)

Middleware that throws a slingshot exception if the response is not a regular response. If :throw-entire-message? is set to true, the entire response is used as the message, instead of just the status number.

Middleware that throws a slingshot exception if the response is not a
regular response. If :throw-entire-message? is set to true, the entire
response is used as the message, instead of just the status number.
raw docstring

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

× close