Skip to content

Commit 6eaf0eb

Browse files
committed
Update UrlHelper.swift
1 parent 5e3e21a commit 6eaf0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/async-http-client/proxy/helper/UrlHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import retry_policy_service
1313
/// - url: url
1414
/// - query: An array of name-value pairs
1515
/// - Returns: A value that identifies the location of a resource
16-
public func append(_ url: URL,with query : Http.Query? = nil) throws -> URL{
16+
func append(_ url: URL,with query : Http.Query? = nil) throws -> URL{
1717

1818
guard var components = URLComponents(url: url, resolvingAgainstBaseURL: true)else{
1919
throw URLError(.badURL)

0 commit comments

Comments
 (0)