Module humphrey::route

source ·
Expand description

Provides functionality for handling app routes.

Structs

Enums

Traits

  • An object that can represent a route, currently only String.

Functions

  • Attempts to find a given path. If the path itself is not found, attempts to find index files within it. If these are not found, returns None.