Crate mount

Source
Expand description

Mount provides mounting middleware for the Iron framework.

Structs§

  • Mount is a simple mounting middleware.
  • The error returned by Mount when a request doesn’t match any mounted handlers.
  • Exposes the original, unmodified path to be stored in Request::extensions.