We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c03b43 commit e4678f4Copy full SHA for e4678f4
Sources/TencentSCFEvents/APIResponse.swift
@@ -17,10 +17,10 @@ import struct Foundation.Data
17
// https://cloud.tencent.com/document/product/583/12513
18
19
public struct APIResponse: Encodable {
20
- public let statusCode: HTTPResponseStatus
21
- public let headers: HTTPHeaders
22
- public let body: String
23
- public let isBase64Encoded: Bool
+ public var statusCode: HTTPResponseStatus
+ public var headers: HTTPHeaders
+ public var body: String
+ public var isBase64Encoded: Bool
24
25
public init(
26
statusCode: HTTPResponseStatus,
0 commit comments