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 5e3e21a commit 6eaf0ebCopy full SHA for 6eaf0eb
Sources/async-http-client/proxy/helper/UrlHelper.swift
@@ -13,7 +13,7 @@ import retry_policy_service
13
/// - url: url
14
/// - query: An array of name-value pairs
15
/// - Returns: A value that identifies the location of a resource
16
-public func append(_ url: URL,with query : Http.Query? = nil) throws -> URL{
+func append(_ url: URL,with query : Http.Query? = nil) throws -> URL{
17
18
guard var components = URLComponents(url: url, resolvingAgainstBaseURL: true)else{
19
throw URLError(.badURL)
0 commit comments