HTTPResponder

Protocol for object that produces a response given a request

RequestResponder.swift:21
protocol HTTPResponder<Context> : Sendable
Browse conforming types

This is the core protocol for Hummingbird. It defines an object that can respond to a request.