Liking cljdoc? Tell your friends :D

common-clj.components.http-server.http-server


base-service-mapclj

source

build-service-mapclj

(build-service-map override-service-map http-port pedestal-routes env)
source

default-handler-interceptorsclj

source

default-interceptors-fnclj

(default-interceptors-fn {:keys [env] :as service-map})
source

new-http-serverclj

(new-http-server routes)
(new-http-server routes overrides)

Inputs: ([routes :- schemata.http/Routes] [routes :- schemata.http/Routes overrides :- schemata.http/Overrides])

Inputs: ([routes :- schemata.http/Routes] [routes :- schemata.http/Routes overrides :- schemata.http/Overrides])
sourceraw docstring

routes->pedestalclj

(routes->pedestal routes overrides env components)

Inputs: [routes :- schemata.http/Routes overrides :- (s/maybe schemata.http/Overrides) env :- s/Keyword components]

Inputs: [routes :- schemata.http/Routes overrides :- (s/maybe schemata.http/Overrides) env :- s/Keyword components]
sourceraw docstring

strict-map->HttpServerImplclj

(strict-map->HttpServerImpl m44733 & [drop-extra-keys?__1759__auto__])

Factory function for class HttpServerImpl, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class HttpServerImpl, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

wrap-handlerclj

(wrap-handler handler components)
source

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

× close