21
21
< header class ="header ">
22
22
< p class ="header-col header-col--primary ">
23
23
< a class ="header-link " href ="index.html ">
24
- NIOHTTPClient Docs
24
+ AsyncHTTPClient Docs
25
25
</ a >
26
- (2 % documented)
26
+ (3 % documented)
27
27
</ p >
28
28
29
29
< p class ="header-col--secondary ">
33
33
</ p >
34
34
35
35
< p class ="header-col header-col--secondary ">
36
- < a class ="header-link " href ="https://github.com/swift-server/swift-nio -http-client ">
36
+ < a class ="header-link " href ="https://github.com/swift-server/async -http-client ">
37
37
< img class ="header-icon " src ="img/gh.png "/>
38
38
View on GitHub
39
39
</ a >
42
42
</ header >
43
43
44
44
< p class ="breadcrumbs ">
45
- < a class ="breadcrumb " href ="index.html "> NIOHTTPClient Reference</ a >
45
+ < a class ="breadcrumb " href ="index.html "> AsyncHTTPClient Reference</ a >
46
46
< img class ="carat " src ="img/carat.png " />
47
47
Classes Reference
48
48
</ p >
59
59
< li class ="nav-group-task ">
60
60
< a class ="nav-group-task-link " href ="Classes/HTTPClient/Configuration.html "> – Configuration</ a >
61
61
</ li >
62
+ < li class ="nav-group-task ">
63
+ < a class ="nav-group-task-link " href ="Classes/HTTPClient/EventLoopGroupProvider.html "> – EventLoopGroupProvider</ a >
64
+ </ li >
62
65
< li class ="nav-group-task ">
63
66
< a class ="nav-group-task-link " href ="Classes/HTTPClient/Timeout.html "> – Timeout</ a >
64
67
</ li >
65
68
< li class ="nav-group-task ">
66
- < a class ="nav-group-task-link " href ="Classes/HTTPClient/Proxy .html "> – Proxy </ a >
69
+ < a class ="nav-group-task-link " href ="Classes/HTTPClient/Cookie .html "> – Cookie </ a >
67
70
</ li >
68
71
< li class ="nav-group-task ">
69
72
< a class ="nav-group-task-link " href ="Classes/HTTPClient/Response.html "> – Response</ a >
70
73
</ li >
74
+ < li class ="nav-group-task ">
75
+ < a class ="nav-group-task-link " href ="Classes/HTTPClient/Proxy.html "> – Proxy</ a >
76
+ </ li >
71
77
< li class ="nav-group-task ">
72
78
< a class ="nav-group-task-link " href ="Classes/HTTPClient/Body.html "> – Body</ a >
73
79
</ li >
82
88
</ li >
83
89
</ ul >
84
90
</ li >
85
- < li class ="nav-group-name ">
86
- < a class ="nav-group-name-link " href ="Enums.html "> Enumerations</ a >
87
- < ul class ="nav-group-tasks ">
88
- < li class ="nav-group-task ">
89
- < a class ="nav-group-task-link " href ="Enums/EventLoopGroupProvider.html "> EventLoopGroupProvider</ a >
90
- </ li >
91
- </ ul >
92
- </ li >
93
91
< li class ="nav-group-name ">
94
92
< a class ="nav-group-name-link " href ="Protocols.html "> Protocols</ a >
95
93
< ul class ="nav-group-tasks ">
104
102
< li class ="nav-group-task ">
105
103
< a class ="nav-group-task-link " href ="Structs/HTTPClientError.html "> HTTPClientError</ a >
106
104
</ li >
107
- < li class ="nav-group-task ">
108
- < a class ="nav-group-task-link " href ="Structs/HTTPCookie.html "> HTTPCookie</ a >
109
- </ li >
110
105
</ ul >
111
106
</ li >
112
107
</ ul >
@@ -128,9 +123,9 @@ <h1>Classes</h1>
128
123
< li class ="item ">
129
124
< div >
130
125
< code >
131
- < a name ="/s:13NIOHTTPClient10HTTPClientC "> </ a >
126
+ < a name ="/s:15AsyncHTTPClient0B0C "> </ a >
132
127
< a name ="//apple_ref/swift/Class/HTTPClient " class ="dashAnchor "> </ a >
133
- < a class ="token " href ="#/s:13NIOHTTPClient10HTTPClientC "> HTTPClient</ a >
128
+ < a class ="token " href ="#/s:15AsyncHTTPClient0B0C "> HTTPClient</ a >
134
129
</ code >
135
130
</ div >
136
131
< div class ="height-container ">
@@ -151,7 +146,7 @@ <h4>Declaration</h4>
151
146
</ div >
152
147
</ div >
153
148
< div class ="slightly-smaller ">
154
- < a href ="https://github.com/swift-server/swift-nio- http-client/tree/master/Sources/NIOHTTPClient/SwiftNIOHTTP .swift#L26-L213 "> Show on GitHub</ a >
149
+ < a href ="https://github.com/swift-server/async- http-client/tree/master/Sources/AsyncHTTPClient/HTTPClient .swift#L21-L225 "> Show on GitHub</ a >
155
150
</ div >
156
151
</ section >
157
152
</ div >
@@ -163,9 +158,9 @@ <h4>Declaration</h4>
163
158
< li class ="item ">
164
159
< div >
165
160
< code >
166
- < a name ="/s:13NIOHTTPClient28HandlingHTTPResponseDelegateC "> </ a >
161
+ < a name ="/s:15AsyncHTTPClient28HandlingHTTPResponseDelegateC "> </ a >
167
162
< a name ="//apple_ref/swift/Class/HandlingHTTPResponseDelegate " class ="dashAnchor "> </ a >
168
- < a class ="token " href ="#/s:13NIOHTTPClient28HandlingHTTPResponseDelegateC "> HandlingHTTPResponseDelegate</ a >
163
+ < a class ="token " href ="#/s:15AsyncHTTPClient28HandlingHTTPResponseDelegateC "> HandlingHTTPResponseDelegate</ a >
169
164
</ code >
170
165
</ div >
171
166
< div class ="height-container ">
@@ -186,7 +181,7 @@ <h4>Declaration</h4>
186
181
</ div >
187
182
</ div >
188
183
< div class ="slightly-smaller ">
189
- < a href ="https://github.com/swift-server/swift-nio- http-client/tree/master/Sources/NIOHTTPClient /Utils.swift#L18-L54 "> Show on GitHub</ a >
184
+ < a href ="https://github.com/swift-server/async- http-client/tree/master/Sources/AsyncHTTPClient /Utils.swift#L18-L54 "> Show on GitHub</ a >
190
185
</ div >
191
186
</ section >
192
187
</ div >
@@ -199,7 +194,7 @@ <h4>Declaration</h4>
199
194
</ article >
200
195
</ div >
201
196
< section class ="footer ">
202
- < p > © 2019 < a class ="link " href ="https://github.com/swift-server/swift-nio- http-client " target ="_blank " rel ="external "> SwiftNIOHTTPClient team</ a > . All rights reserved. (Last updated: 2019-05-01 )</ p >
197
+ < p > © 2019 < a class ="link " href ="https://github.com/swift-server/async- http-client " target ="_blank " rel ="external "> AsyncHTTPClient team</ a > . All rights reserved. (Last updated: 2019-07-03 )</ p >
203
198
< p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external "> jazzy ♪♫ v0.9.5</ a > , a < a class ="link " href ="https://realm.io " target ="_blank " rel ="external "> Realm</ a > project.</ p >
204
199
</ section >
205
200
</ body >
0 commit comments