io.pedestal.http.jetty
Jetty adaptor for Pedestal.
create-connector
(create-connector service-map options)
Creates a connector from the service map and the connector-specific options.
Returns a connector in an unstarted state.
server
(server service-map options)
Called from io.pedestal.http/server to create a Jetty server instance. The container option :insecure-ssl? is deprecate in favor of :sni-host-check? which is more precise but inverse to the deprecated key.