Liking cljdoc? Tell your friends :D

clj-curl.multi


add-handleclj

(add-handle multi-handle easy-handle)
https://curl.haxx.se/libcurl/c/curl_multi_add_handle.html
sourceraw docstring

cleanupclj

(cleanup multi-handle)
https://curl.haxx.se/libcurl/c/curl_multi_cleanup.html
sourceraw docstring

initclj

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

performclj

(perform multi-handle running-handles)
https://curl.haxx.se/libcurl/c/curl_multi_perform.html
sourceraw docstring

remove-handleclj

(remove-handle multi-handle easy-handle)
https://curl.haxx.se/libcurl/c/curl_multi_remove_handle.html
sourceraw docstring

setoptclj

(setopt multi-handle option param)
https://curl.haxx.se/libcurl/c/curl_multi_setopt.html
sourceraw docstring

strerrorclj

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

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

× close