Instance Propertyhummingbird 2.9.0Hummingbird
description
Router+validation.swift:31var description: String { get }
var description: String { get }
s11Hummingbird6RouterC16RouteDescriptionV11descriptionSSvp
What are these?1OSIA
import Hummingbird
struct RouteDescription
Route description
final class Router<Context> where Context : RequestContext
Create rules for routing requests and then create Responder
that will follow these rules.
@frozen struct String
A Unicode string value that is a collection of characters.
let method: HTTPRequest.Method
Route method
let path: RouterPath
Route path