This commit is contained in:
Martin Algesten
2018-06-12 01:31:18 +02:00
parent 2cb3d4f066
commit 89aafaa439

View File

@@ -10,6 +10,7 @@
- [x] Transfer-Encoding: chunked - [x] Transfer-Encoding: chunked
- [x] Ergonomic JSON handling - [x] Ergonomic JSON handling
- [x] Test harness for end-to-end tests - [x] Test harness for end-to-end tests
- [x] Always chunked RFC2616 #3.6
- [x] Limit read length on Content-Size - [x] Limit read length on Content-Size
- [x] Auth headers - [x] Auth headers
- [x] Repeated headers - [x] Repeated headers
@@ -18,7 +19,6 @@
- [ ] multipart/form-data - [ ] multipart/form-data
- [ ] Connection reuse/keep-alive with pool - [ ] Connection reuse/keep-alive with pool
- [ ] Expect 100-continue - [ ] Expect 100-continue
- [ ] Always chunked RFC2616 #3.6
## Usage ## Usage