Liking cljdoc? Tell your friends :D

twitter.request


execute-request-callbacksclj

(execute-request-callbacks client req callbacks)

submits the request and then calls back to the callbacks

submits the request and then calls back to the callbacks
sourceraw docstring

file-body-partclj

(file-body-part file-name)

takes a filename and returns a 'Part' object that can be added to the request

takes a filename and returns a 'Part' object that can be added to the request
sourceraw docstring

get-response-transformclj

(get-response-transform callbacks)

returns a function that transforms the response into the desired outcome, depending on the request state

returns a function that transforms the response into the desired outcome, depending on the request state
sourceraw docstring

prepare-request-with-multiclj

(prepare-request-with-multi method
                            url
                            &
                            {:keys [headers query body cookies proxy auth
                                    timeout]})

the same as a normal prepare-request, but deals with multi-part form-data as a content-type

the same as a normal prepare-request, but deals with multi-part form-data as a content-type
sourceraw docstring

status-body-partclj

(status-body-part status)

takes a filename and returns a 'Part' object that can be added to the request

takes a filename and returns a 'Part' object that can be added to the request
sourceraw docstring

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

× close