Liking cljdoc? Tell your friends :D

puppetlabs.trapperkeeper.services.webrouting.webrouting-service-core


add-context-handler!clj

(add-context-handler! context webserver-service svc base-path options)

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) base-path options :- ContextHandlerOptions]

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) base-path options :- ContextHandlerOptions]
sourceraw docstring

add-proxy-route!clj

(add-proxy-route! context webserver-service svc target options)

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) target options :- ProxyRouteOptions]

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) target options :- ProxyRouteOptions]
sourceraw docstring

add-ring-handler!clj

(add-ring-handler! context webserver-service svc handler options)

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) handler options :- CommonOptions]

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) handler options :- CommonOptions]
sourceraw docstring

add-servlet-handler!clj

(add-servlet-handler! context webserver-service svc servlet options)

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) servlet options :- ServletHandlerOptions]

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) servlet options :- ServletHandlerOptions]
sourceraw docstring

add-war-handler!clj

(add-war-handler! context webserver-service svc war options)

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) war options :- RouteOption]

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) war options :- RouteOption]
sourceraw docstring

add-websocket-handler!clj

(add-websocket-handler! context webserver-service svc handlers options)

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) handlers options :- CommonOptions]

Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) handlers options :- CommonOptions]
sourceraw docstring

CommonOptionsclj

source

compute-common-elementsclj

(compute-common-elements context svc options)
source

ContextHandlerOptionsclj

source

get-endpoint-and-server-from-configclj

(get-endpoint-and-server-from-config context svc route-id)
source

get-routeclj

(get-route context svc route-id)
source

get-serverclj

(get-server context svc route-id)

Inputs: [context svc :- (schema/protocol tk-services/Service) route-id] Returns: (schema/maybe schema/Str)

Inputs: [context svc :- (schema/protocol tk-services/Service) route-id]
Returns: (schema/maybe schema/Str)
sourceraw docstring

initclj

(init context config)

Inputs: [context config :- WebroutingServiceConfig]

Inputs: [context config :- WebroutingServiceConfig]
sourceraw docstring

ProxyRouteOptionsclj

source

RouteOptionclj

source

RouteWithServerConfigclj

source

ServletHandlerOptionsclj

source

WebroutingMultipleConfigclj

source

WebroutingServiceConfigclj

source

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

× close