Liking cljdoc? Tell your friends :D

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


body-coercerclj

(body-coercer routes {:keys [override-coercers]})
source

content-typeclj

source

default-coercersclj

source

error-interceptorclj

(error-interceptor {:keys [override-humanizer]} env)
source

interceptorsclj

(interceptors routes overrides env)
source

new-http-serverclj

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

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

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

okclj

(ok body)
source

path-params-coercerclj

(path-params-coercer routes {:keys [override-coercers]})
source

query-params-coercerclj

(query-params-coercer routes {:keys [override-coercers]})
source

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 m44537 & [drop-extra-keys?__5238__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