API Reference Maverick v0.3.0

modules

Modules

Web API framework with a need for speed

Provides the entrypoint for configuring and managing the implementation of Maverick in an application by a single use/2 macro that provides a supervision tree start_link/1 and child_spec/1 for adding Maverick as a child of the top-level application supervisor.

Provides functionality for parsing paths to lists of path nodes, identifying path variables for pattern matching on incoming requests.

The path could not be parsed due to illegal character(s)

A struct detailing a Maverick Route. The contents are determined at compile time by the annotations applied to routable functions.

mix-tasks

Mix Tasks

Prints all routes for the default or a given Maverick Api