bidi.bidi

(source)
Public Variable Short Description
->Alternates (clj)
->IdentifiableHandler (clj)
->Route (clj)
->RoutesContext (clj)
->TaggedMatch (clj)
Alternates (clj)
IdentifiableHandler (clj)
Matched (clj)
Matches (clj)
ParameterEncoding (clj)
Pattern (clj)
PatternSegment (clj)
Route (clj)
RouteProvider (clj)
RouteSeq (clj)
RoutesContext (clj)
TaggedMatch (clj)
alts (clj)
compile-route (clj)
encode-parameter (clj)
gather (clj) Return a sequence of leaves.
handler (clj)
just-path (clj)
map->Alternates (clj)
map->IdentifiableHandler (clj)
map->Route (clj)
map->RoutesContext (clj)
map->TaggedMatch (clj)
match-beginning (clj) Match the beginning of the :remainder value in m.
match-pair (clj) A pair contains a pattern to match (either fully or partially) and an expression yielding a handler.
match-pattern (clj) Return a new state if this pattern matches the given state, or falsy otherwise.
match-route (clj) Given a route definition data structure and a path, return the handler, if any, that matches the path.
match-route* (clj)
matches (clj) A protocol used in the expansion of possible matches that the pattern can match.
matches? (clj)
param-key (clj)
path-for (clj) Given a route definition data structure, a handler and an unrolled option map, return a path that would route to the handler.
path-for* (clj) Given a route definition data structure, a handler and an option map, return a path that would route to the handler.
resolve-handler (clj)
route-seq (clj)
routes (clj) Provide a bidi route structure.
routes-context (clj) Wrap a Matched such that a successful match will merge the given context with the match-context.
segment-regex-group (clj)
succeed (clj)
tag (clj)
transform-param (clj)
unmatch-pair (clj)
unmatch-pattern (clj)
unmatch-segment (clj)
unresolve-handler (clj)
url-decode (clj)
url-encode (clj)
uuid (clj) Function for creating a UUID of the appropriate type for the platform.