This commit is contained in:
Martin Algesten
2018-06-10 21:21:07 +02:00
parent 4d80a9ba3c
commit 7d366c1055
2 changed files with 14 additions and 2 deletions

View File

@@ -2,6 +2,20 @@
> Minimal request library in rust.
# UNDER CONSTRUCTION
- [x] Somewhat finished API
- [x] TLS
- [x] Header handling
- [x] Transfer-Encoding: chunked
- [x] Ergonomic JSON handling
- [ ] Auth headers
- [ ] Test harness for end-to-end tests
- [ ] Cookie jar in agent
- [ ] Forms with application/x-www-form-urlencoded
- [ ] multipart/form-data
- [ ] Connection reuse/keep-alive with pool
## Usage
```rust