io.pedestal.http.http-kit
added in 0.8.0
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.
create-connector
(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.