Skip to content

Commit a3d3a08

Browse files
committed
move HTTP/2 up and use bullet points
1 parent 4dd365f commit a3d3a08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
This package provides simple HTTP Client library built on top of SwiftNIO.
33

44
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)
5+
- Asynchronous and non-blocking request methods
6+
- Simple follow-redirects (cookie headers are dropped)
7+
- Streaming body download
8+
- TLS support
9+
- Automatic HTTP/2 over HTTPS (since version 1.7.0)
10+
- Cookie parsing (but not storage)
1111

1212
---
1313

0 commit comments

Comments
 (0)