Support for Http-Kit as a network connector.
Http-Kit provides features similar to the Servlet API, including WebSockets, but does not implement any of the underlying Servlet API or WebSocket interfaces.
Support for [Http-Kit](https://github.com/http-kit/http-kit) as a network connector. Http-Kit provides features similar to the Servlet API, including WebSockets, but does not implement any of the underlying Servlet API or WebSocket interfaces.
(create-connector connector-map options)Creates a Pedestal connector around an Http-Kit network connector. The connector map is used to specify
the :ip and :port keys of the options passed to org.httpkit.server/run-server. Other options are as provided
in the options map, or from default-options.
Creates a Pedestal connector around an Http-Kit network connector. The connector map is used to specify the :ip and :port keys of the options passed to org.httpkit.server/run-server. Other options are as provided in the options map, or from [[default-options]].
Default options used when setting up Http-Kit server.
Default options used when setting up Http-Kit server.
cljdoc 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 |