Module meio_connect::server::route[][src]

Expand description

Contains basic routing capabilities.

Structs

Empty parameters.

The request wrapper.

Error when route failed (matched, but can’t be processed).

The route matcher for ordinary HTTP request.

Traits

The special handler for plain routes.

Gets the data from a request.

The abstract route.

Type Definitions

A boxed route alias to hold them in the RoutingTable.

The result of Route’s matching.