Protocolhummingbird 2.1.0Hummingbird
RequestDecoder
protocol for decoder deserializing from a Request body
CodableProtocols.swift:29protocol RequestDecoder
Requirements
Instance members
func decode<T>(T.Type, from: Request, context: some RequestContext
) async throws -> T Decode type from request