Structurehummingbird 2.15.0Hummingbird
CoreRequestContextStorage
Request context values required by Hummingbird itself.
struct CoreRequestContextStorage
Request context values required by Hummingbird itself.
struct CoreRequestContextStorage
import Hummingbird
protocol Sendable
A thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init(source: some RequestContextSource)
var endpointPath: EndpointPath
Endpoint path
var parameters: Parameters
Parameters extracted from URI