Liking cljdoc? Tell your friends :D

io.pedestal.http.http-kit

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.
raw docstring

create-connectorclj

(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]].
sourceraw docstring

default-optionsclj

Default options used when setting up Http-Kit server.

Default options used when setting up Http-Kit server.
sourceraw docstring

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

× close