Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5993903

Browse files
committedNov 11, 2021
make Configuration.init with HTTPVersion internal
1 parent 961833b commit 5993903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/AsyncHTTPClient/HTTPClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ public class HTTPClient {
630630
)
631631
}
632632

633-
public init(
633+
internal init(
634634
tlsConfiguration: TLSConfiguration? = nil,
635635
redirectConfiguration: RedirectConfiguration? = nil,
636636
timeout: Timeout = Timeout(),

0 commit comments

Comments
 (0)
Please sign in to comment.