Instance Propertyhummingbird 2.3.0Hummingbird->HummingbirdCore
cookies
access cookies from request. When accessing this for the first time the Cookies struct will be created
Request+Cookies.swift:19var cookies: Cookies { get }
Other members in extension
Instance members
func decode<Type>(as: Type.Type, context: some RequestContext
) async throws -> Type Decode request using decoder stored at
Application.decoder
.