Skip to content

APIGateway_V2_Request

pokryfka edited this page Oct 1, 2020 · 2 revisions

APIGateway.V2.Request

APIGateway.V2.Request contains data coming from the new HTTP API Gateway

public struct Request: Codable

Inheritance

Codable

Properties

version

let version: String

routeKey

let routeKey: String

rawPath

let rawPath: String

rawQueryString

let rawQueryString: String

cookies

let cookies: [String]?

headers

let headers: HTTPHeaders

queryStringParameters

let queryStringParameters: [String: String]?

pathParameters

let pathParameters: [String: String]?

context

let context: Context

stageVariables

let stageVariables: [String: String]?

body

let body: String?

isBase64Encoded

let isBase64Encoded: Bool
Clone this wiki locally