ronda.routing.simple

->SimpleDescriptor

(->SimpleDescriptor route-data uri->endpoint)
Positional factory function for class ronda.routing.simple.SimpleDescriptor.

descriptor

(descriptor routes)
Simple RouteDescriptor that only allows matching constant
URI strings (without support for route params). Input has
to be a map associating a route ID with the respective
path:

    (descriptor
      {:articles "/articles"
       :top      "/articles/top"
       ...})