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 8be7d1c commit 092b188Copy full SHA for 092b188
Sources/async-http-client/proxy/http/Proxy.swift
@@ -77,7 +77,7 @@ public extension Http{
77
{
78
let request = try buildURLRequest(
79
config.baseURL,
80
- for: path, method: .post, query: query, headers: headers)
+ for: path, method: .post, query: query, headers: headers)
81
82
return try await send(with: request, retry: strategy(retry), validate, taskDelegate)
83
}
0 commit comments