Liking cljdoc? Tell your friends :D

routes.core

Core data-structure-driven routing.

The main functions to call are:

(resolve-endpoint routes {:path string})
(generate-path routes {:endpoint form, ...params})

The main protocols to extend are Routes and Pattern.

Core data-structure-driven routing.

The main functions to call are:

    (resolve-endpoint routes {:path string})
    (generate-path routes {:endpoint form, ...params})

The main protocols to extend are Routes and Pattern.
raw docstring

routes.extra

Extra wrappers and customizers for Routes and Pattern structures.

Extra wrappers and customizers for Routes and Pattern structures.
raw docstring

routes.macros

This module should be considered private to routes

This module should be considered private to routes
raw docstring

routes.tools

Tools for listing endpoints & route descriptions.

Tools for listing endpoints & route descriptions.
raw docstring

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

× close