Type Method
decodeRequest(_:)
Decodes an instance of
Request to a Self.static func decodeRequest(_ request: Request) async throws -> Self
Parameters
requestThe
Requestto be decoded.
Return Value
An asynchronous Self.
Default Implementations
AsyncRequestDecodable Implementations
decodeRequest(_:)Decodes an instance ofRequestto aSelf.decodeRequest(_:)Decodes an instance ofRequestto aSelf.