Liking cljdoc? Tell your friends :D
Clojure only.

monkey.ci.events.http

Implementation for events that connect to a HTTP server as a client. These cannot be used to receive events from, use websockets instead.

Implementation for events that connect to a HTTP server as a client.  These
cannot be used to receive events from, use websockets instead.
raw docstring

make-http-clientclj

(make-http-client url)

Creates a http client events object. Any events posted to it will be sent to the remote HTTP server using a request. When adding a listener, it will open a streamed HTTP request to the remote server.

Creates a http client events object.  Any events posted to it will be sent
to the remote HTTP server using a request.  When adding a listener, it will
open a streamed HTTP request to the remote server.
sourceraw docstring

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

× close