Required Static Methodvapor 4.114.1Vapor

decodeRequest(_:)

Decodes an instance of Request to a Self.

ResponseCodable.swift:25
static func decodeRequest(_ request: Request) -> EventLoopFuture<Self>

Parameters

request

The Request to be decoded.

Returns

An asynchronous Self.