io.pedestal.connector.servlet
added in 0.8.0
Utilities for creating a ConnectorBridge for use with the ConnectorServlet; this is used when deploying a Pedestal application as a WAR file into a servlet container (such as Jetty).
create-bridge
(create-bridge servlet connector-map)
(create-bridge servlet connector-map options)
Creates the ConnectorBridge object used by the ConnectorServlet.
Only the :interceptors and :initial-context keys of the connector map are used.
Options are as defined by http-interceptor-service-fn (:exception-analyzer is the only current option).