Skip to content

Commit 708ead8

Browse files
authored
Remove obsolete notes in README.md (swift-server#645)
AsyncHTTPClient now requires at least Swift 5.5.2. The async/await APIs are therefore available in all supported Swift compiler versions. Swift Concurrency and HTTP/2 are now also supported for some time now. No need to call out the specific version in the readme. This information can still be found in the release notes if needed.
1 parent 8b84142 commit 708ead8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: README.md

+2-8
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)