We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77616fe commit 26dd588Copy full SHA for 26dd588
README.md
@@ -2,12 +2,12 @@
2
This package provides simple HTTP Client library built on top of SwiftNIO.
3
4
This library provides the following:
5
-1. Asynchronous and non-blocking request methods
6
-2. Simple follow-redirects (cookie headers are dropped)
7
-3. Streaming body download
8
-4. TLS support
9
-5. Cookie parsing (but not storage)
10
-6. Automatic HTTP/2 over HTTPS (since version 1.7.0)
+- Asynchronous and non-blocking request methods
+- Simple follow-redirects (cookie headers are dropped)
+- Streaming body download
+- TLS support
+- Automatic HTTP/2 over HTTPS (since version 1.7.0)
+- Cookie parsing (but not storage)
11
12
---
13
0 commit comments