- 
                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: CodableCodable
let version: Stringlet routeKey: Stringlet rawPath: Stringlet rawQueryString: Stringlet cookies: [String]?let headers: HTTPHeaderslet queryStringParameters: [String: String]?let pathParameters: [String: String]?let context: Contextlet stageVariables: [String: String]?let body: String?let isBase64Encoded: BoolGenerated at 2020-10-02T05:43:09+0000 using swift-doc 1.0.0-beta.5.