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 89f1172 commit 105ab24Copy full SHA for 105ab24
Sources/AWSLambdaEvents/FunctionURL.swift
@@ -95,6 +95,7 @@ public struct FunctionURLResponse: Codable, Sendable {
95
public var isBase64Encoded: Bool?
96
97
@available(*, deprecated, message: "Use init(statusCode:headers:body:isBase64Encoded:cookies:) instead")
98
+ @_disfavoredOverload
99
public init(
100
statusCode: HTTPResponse.Status,
101
headers: HTTPHeaders? = nil,
0 commit comments