Structures
The following structures are available globally.
-
See moreRoute
is a combination of an HTTP request method, path, name, an array ofMiddleware
, and handler.Declaration
Swift
public struct Route
extension Route: Equatable
extension Route: CustomStringConvertible