(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]
(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]
(add-ring-handler! context webserver-service svc handler options)
Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) handler options :- RingHandlerOptions]
Inputs: [context webserver-service svc :- (schema/protocol tk-services/Service) handler options :- RingHandlerOptions]
(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]
(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]
(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]
(get-endpoint-and-server-from-config context svc route-id)
(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)
(init context config)
Inputs: [context config :- WebroutingServiceConfig]
Inputs: [context config :- WebroutingServiceConfig]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close