Instance Methodhummingbird 2.3.0HummingbirdRouter
handle(_:context:next:)
Process HTTP request and return an HTTP response
RouterBuilder.swift:59func handle(_ input: Input, context: Context, next: (Input, Context) async throws -> Output) async throws -> Output
Parameters
Returns
HTTP Response
Other members in extension
Typealiases
Type members
init(context: Context.Type, options: RouterBuilderOptions, builder: () -> Handler
) Initialize RouterBuilder with contents of result builder