Structures

The following structures are available globally.

  • A combination of an HTTP request method, path, name, an array of Middleware, and a handler that points to a location where a resource exists.

    See more

    Declaration

    Swift

    public struct Route
    extension Route: Equatable
    extension Route: CustomStringConvertible