Liking cljdoc? Tell your friends :D

clj-curl.easy


cleanupclj

(cleanup curl)
https://curl.haxx.se/libcurl/c/curl_easy_cleanup.html
sourceraw docstring

duphandleclj

(duphandle curl)
https://curl.haxx.se/libcurl/c/curl_easy_duphandle.html
sourceraw docstring

escapeclj

(escape curl s)
(escape curl s length)
https://curl.haxx.se/libcurl/c/curl_easy_escape.html
sourceraw docstring

getdateclj

(getdate date-str)
https://curl.haxx.se/libcurl/c/curl_getdate.html
sourceraw docstring

getinfoclj

(getinfo curl opt param)
https://curl.haxx.se/libcurl/c/curl_easy_getinfo.html
sourceraw docstring

getinfo-doubleclj

(getinfo-double curl opt)
source

getinfo-longclj

(getinfo-long curl opt)
source

getinfo-stringclj

(getinfo-string curl opt)
source

initclj

(init)
https://curl.haxx.se/libcurl/c/curl_easy_init.html
sourceraw docstring

libcurlclj

source

pauseclj

(pause curl bitmask)
https://curl.haxx.se/libcurl/c/curl_easy_pause.html
sourceraw docstring

performclj

(perform curl)
https://curl.haxx.se/libcurl/c/curl_easy_perform.html
sourceraw docstring

recvclj

(recv curl buffer buflen n)
https://curl.haxx.se/libcurl/c/curl_easy_recv.html
sourceraw docstring

resetclj

(reset curl)
https://curl.haxx.se/libcurl/c/curl_easy_reset.html
sourceraw docstring

sendclj

(send curl buffer n)
(send curl buffer buflen n)
https://curl.haxx.se/libcurl/c/curl_easy_send.html
sourceraw docstring

setoptclj

(setopt curl opt param)
https://curl.haxx.se/libcurl/c/curl_easy_setopt.html
sourceraw docstring

slist-appendclj

(slist-append slist s)
https://curl.haxx.se/libcurl/c/curl_slist_append.html
sourceraw docstring

slist-free-allclj

(slist-free-all slist)
https://curl.haxx.se/libcurl/c/curl_slist_free_all.html
sourceraw docstring

strerrorclj

(strerror errornum)
https://curl.haxx.se/libcurl/c/curl_easy_strerror.html
sourceraw docstring

unescapeclj

(unescape curl s)
https://curl.haxx.se/libcurl/c/curl_easy_unescape.html
sourceraw docstring

upkeepclj

(upkeep curl)
https://curl.haxx.se/libcurl/c/curl_easy_upkeep.html
sourceraw docstring

versionclj

(version)
https://curl.haxx.se/libcurl/c/curl_version.html
sourceraw docstring

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

× close