Initializer
init(method:path:responder:requestType:responseType:routeDescription:)
init(method: HTTPRequest.Method, path: [PathComponent], responder: any Responder, requestType: Any.Type, responseType: Any.Type, routeDescription: String? = nil)
You're viewing documentation for a pre-release version. View the latest stable version
Initializer
init(method: HTTPRequest.Method, path: [PathComponent], responder: any Responder, requestType: Any.Type, responseType: Any.Type, routeDescription: String? = nil)