Skip to content

Commit 1acc9c8

Browse files
committed
update
1 parent 5932887 commit 1acc9c8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Sources/async-http-client/protocol/IProxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Proxy.swift
2+
// IProxy.swift
33
//
44
// Created by Igor Shelopaev on 28.04.2021.
55
//

Sources/async-http-client/protocol/IResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Response.swift
2+
// IResponse.swift
33
//
44
// Created by Igor Shelopaev on 29.04.2021.
55
//

Sources/async-http-client/proxy/http/Http.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
import Foundation
99

1010
@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
11-
/// Name space and set of helpers for http async client
11+
/// Name space for http async client
1212
public struct Http{
13-
14-
15-
13+
1614

1715
}

0 commit comments

Comments
 (0)