Skip to content

Commit 4efbdf6

Browse files
committed
publish master docs
1 parent 88225a3 commit 4efbdf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3549
-2855
lines changed

docs/current/NIOHTTPClient/Classes.html renamed to docs/current/AsyncHTTPClient/Classes.html

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
NIOHTTPClient Docs
24+
AsyncHTTPClient Docs
2525
</a>
26-
(2% documented)
26+
(3% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -33,7 +33,7 @@
3333
</p>
3434

3535
<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">
3737
<img class="header-icon" src="img/gh.png"/>
3838
View on GitHub
3939
</a>
@@ -42,7 +42,7 @@
4242
</header>
4343

4444
<p class="breadcrumbs">
45-
<a class="breadcrumb" href="index.html">NIOHTTPClient Reference</a>
45+
<a class="breadcrumb" href="index.html">AsyncHTTPClient Reference</a>
4646
<img class="carat" src="img/carat.png" />
4747
Classes Reference
4848
</p>
@@ -59,15 +59,21 @@
5959
<li class="nav-group-task">
6060
<a class="nav-group-task-link" href="Classes/HTTPClient/Configuration.html">– Configuration</a>
6161
</li>
62+
<li class="nav-group-task">
63+
<a class="nav-group-task-link" href="Classes/HTTPClient/EventLoopGroupProvider.html">– EventLoopGroupProvider</a>
64+
</li>
6265
<li class="nav-group-task">
6366
<a class="nav-group-task-link" href="Classes/HTTPClient/Timeout.html">– Timeout</a>
6467
</li>
6568
<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>
6770
</li>
6871
<li class="nav-group-task">
6972
<a class="nav-group-task-link" href="Classes/HTTPClient/Response.html">– Response</a>
7073
</li>
74+
<li class="nav-group-task">
75+
<a class="nav-group-task-link" href="Classes/HTTPClient/Proxy.html">– Proxy</a>
76+
</li>
7177
<li class="nav-group-task">
7278
<a class="nav-group-task-link" href="Classes/HTTPClient/Body.html">– Body</a>
7379
</li>
@@ -82,14 +88,6 @@
8288
</li>
8389
</ul>
8490
</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>
9391
<li class="nav-group-name">
9492
<a class="nav-group-name-link" href="Protocols.html">Protocols</a>
9593
<ul class="nav-group-tasks">
@@ -104,9 +102,6 @@
104102
<li class="nav-group-task">
105103
<a class="nav-group-task-link" href="Structs/HTTPClientError.html">HTTPClientError</a>
106104
</li>
107-
<li class="nav-group-task">
108-
<a class="nav-group-task-link" href="Structs/HTTPCookie.html">HTTPCookie</a>
109-
</li>
110105
</ul>
111106
</li>
112107
</ul>
@@ -128,9 +123,9 @@ <h1>Classes</h1>
128123
<li class="item">
129124
<div>
130125
<code>
131-
<a name="/s:13NIOHTTPClient10HTTPClientC"></a>
126+
<a name="/s:15AsyncHTTPClient0B0C"></a>
132127
<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>
134129
</code>
135130
</div>
136131
<div class="height-container">
@@ -151,7 +146,7 @@ <h4>Declaration</h4>
151146
</div>
152147
</div>
153148
<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>
155150
</div>
156151
</section>
157152
</div>
@@ -163,9 +158,9 @@ <h4>Declaration</h4>
163158
<li class="item">
164159
<div>
165160
<code>
166-
<a name="/s:13NIOHTTPClient28HandlingHTTPResponseDelegateC"></a>
161+
<a name="/s:15AsyncHTTPClient28HandlingHTTPResponseDelegateC"></a>
167162
<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>
169164
</code>
170165
</div>
171166
<div class="height-container">
@@ -186,7 +181,7 @@ <h4>Declaration</h4>
186181
</div>
187182
</div>
188183
<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>
190185
</div>
191186
</section>
192187
</div>
@@ -199,7 +194,7 @@ <h4>Declaration</h4>
199194
</article>
200195
</div>
201196
<section class="footer">
202-
<p>&copy; 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>&copy; 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>
203198
<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>
204199
</section>
205200
</body>

0 commit comments

Comments
 (0)