-
Notifications
You must be signed in to change notification settings - Fork 2
APIGateway_V2_Request
pokryfka edited this page Oct 1, 2020
·
2 revisions
APIGateway.V2.Request contains data coming from the new HTTP API Gateway
public struct Request: Codable
Codable
let version: String
let routeKey: String
let rawPath: String
let rawQueryString: String
let cookies: [String]?
let headers: HTTPHeaders
let queryStringParameters: [String: String]?
let pathParameters: [String: String]?
let context: Context
let stageVariables: [String: String]?
let body: String?
let isBase64Encoded: Bool
Generated at 2020-10-02T05:43:09+0000 using swift-doc 1.0.0-beta.5.