-
Notifications
You must be signed in to change notification settings - Fork 2
APIGateway_V2_Response
pokryfka edited this page Oct 1, 2020
·
2 revisions
public struct Response: Codable
Codable
public init(statusCode: HTTPResponseStatus, headers: HTTPHeaders? = nil, multiValueHeaders: HTTPMultiValueHeaders? = nil, body: String? = nil, isBase64Encoded: Bool? = nil, cookies: [String]? = nil)
let statusCode: HTTPResponseStatus
let headers: HTTPHeaders?
let multiValueHeaders: HTTPMultiValueHeaders?
let body: String?
let isBase64Encoded: Bool?
let cookies: [String]?
Generated at 2020-10-02T05:43:09+0000 using swift-doc 1.0.0-beta.5.