Adapter for the Apache HttpCore webserver.
Adapter for the Apache HttpCore webserver.
(executor-execute executor f & args)Executes (apply f args) using the specified Executor.
Executes (apply f args) using the specified Executor.
(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 threadcljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |