(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?)
(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
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.
(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.(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |