Liking cljdoc? Tell your friends :D

ring.adapter.httpcore

Adapter for the Apache HttpCore webserver.

Adapter for the Apache HttpCore webserver.
raw docstring

executor-executeclj

(executor-execute executor f & args)

Executes (apply f args) using the specified Executor.

Executes (apply f args) using the specified Executor.
sourceraw docstring

run-httpcoreclj

(run-httpcore handler {:keys [port server-name server-port execute]})

Serve the given handler according to the options. Options: :port :server-name - For old HTTP/1.0 clients :server-port - For old HTTP/1.0 clients, when public facing port is different from :port :execute - Function with signature [f & args] that applies f to args, usually in another thread

Serve the given handler according to the options.
Options:
  :port
  :server-name - For old HTTP/1.0 clients
  :server-port - For old HTTP/1.0 clients, when public facing port is different
                 from :port
  :execute     - Function with signature [f & args] that applies f to args,
                 usually in another thread
sourceraw docstring

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

× close