Skip to content

Commit 7775fa0

Browse files
authored
Merge branch 'main' into dn-tollerate-shutdown-after-closed
2 parents 4d8b475 + 708ead8 commit 7775fa0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22
This package provides an HTTP Client library built on top of SwiftNIO.
33

44
This library provides the following:
5-
- First class support for Swift Concurrency (since version 1.9.0)
5+
- First class support for Swift Concurrency
66
- Asynchronous and non-blocking request methods
77
- Simple follow-redirects (cookie headers are dropped)
88
- Streaming body download
99
- TLS support
10-
- Automatic HTTP/2 over HTTPS (since version 1.7.0)
10+
- Automatic HTTP/2 over HTTPS
1111
- Cookie parsing (but not storage)
1212

13-
---
14-
15-
**NOTE**: You will need [Xcode 13.2](https://apps.apple.com/gb/app/xcode/id497799835?mt=12) or [Swift 5.5.2](https://swift.org/download/#swift-552) to try out `AsyncHTTPClient`s new async/await APIs.
16-
17-
---
18-
1913
## Getting Started
2014

2115
#### Adding the dependency

0 commit comments

Comments
 (0)