Liking cljdoc? Tell your friends :D

puppetlabs.services.legacy-routes.legacy-routes-core


add-root-path-to-route-idclj

(add-root-path-to-route-id handler path)

Inputs: [handler :- (schema/pred fn?) path :- schema/Str] Returns: (schema/pred fn?)

Inputs: [handler :- (schema/pred fn?) path :- schema/Str]
Returns: (schema/pred fn?)
sourceraw docstring

build-ring-handlerclj

(build-ring-handler master-handler-info ca-handler-info)

Inputs: [master-handler-info :- LegacyHandlerInfo ca-handler-info :- (schema/maybe LegacyHandlerInfo)] Returns: IFn

Inputs: [master-handler-info :- LegacyHandlerInfo ca-handler-info :- (schema/maybe LegacyHandlerInfo)]
Returns: IFn
sourceraw docstring

legacy-ca-routesclj

(legacy-ca-routes ca-request-handler)
source

legacy-master-routesclj

(legacy-master-routes master-request-handler)
source

LegacyHandlerInfoclj

A map of the three pieces of data needed to implement a legacy re-routing ring handler.

A map of the three pieces of data needed to implement a legacy re-routing
ring handler.
sourceraw docstring

request-compatibility-wrapperclj

(request-compatibility-wrapper {:keys [handler mount api-version]} request)

Inputs: [{:keys [handler mount api-version]} :- LegacyHandlerInfo request] Returns: IFn

Given a Puppet 3.x request, convert it to a Puppet 4.x request.

Inputs: [{:keys [handler mount api-version]} :- LegacyHandlerInfo request]
Returns: IFn

Given a Puppet 3.x request, convert it to a Puppet 4.x request.
sourceraw docstring

v2_0-routesclj

(v2_0-routes request-handler)

Creates the compojure routes to handle the 3.X master's '/v2.0' routes.

Creates the compojure routes to handle the 3.X master's '/v2.0' routes.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close