Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Type Method

decodeRequest(_:)

Decodes an instance of Request to a Self.
static func decodeRequest(_ request: Request) async throws -> Self

Parameters

request

The Request to be decoded.

Return Value

An asynchronous Self.

Default Implementations

RequestDecodable Implementations