cargo metadata
This commit is contained in:
17
README.md
17
README.md
@@ -2,14 +2,6 @@
|
||||
|
||||
> Minimal request library in rust.
|
||||
|
||||
# UNDER CONSTRUCTION
|
||||
|
||||
- [ ] Forms with application/x-www-form-urlencoded
|
||||
- [ ] multipart/form-data
|
||||
- [ ] Connection reuse/keep-alive with pool
|
||||
- [ ] Expect 100-continue
|
||||
- [ ] Use `rustls` when ring v0.13 is released.
|
||||
|
||||
## Usage
|
||||
|
||||
```rust
|
||||
@@ -46,6 +38,15 @@ currently pulls in a heavy dependency tree (tokio etc). Once
|
||||
more async support is in rust core and won't drag those
|
||||
dependencies, this library might change.
|
||||
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Forms with application/x-www-form-urlencoded
|
||||
- [ ] multipart/form-data
|
||||
- [ ] Connection reuse/keep-alive with pool
|
||||
- [ ] Expect 100-continue
|
||||
- [ ] Use `rustls` when ring v0.13 is released.
|
||||
|
||||
## License (MIT)
|
||||
|
||||
Copyright (c) 2018 Martin Algesten
|
||||
|
||||
Reference in New Issue
Block a user