mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
Expose some more reqwest features (#160)
This commit is contained in:
parent
88dbfe67fb
commit
226562735c
2 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
- Added support for `opentelemetry` version `0.23`.
|
||||
- `http2`, `rustls-tls`, and `charset` features, which simply enable those features in `reqwest`.
|
||||
|
||||
## [0.3.1]
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@ readme = "../README.md"
|
|||
[features]
|
||||
multipart = ["reqwest/multipart"]
|
||||
json = ["reqwest/json"]
|
||||
charset = ["reqwest/charset"]
|
||||
http2 = ["reqwest/http2"]
|
||||
rustls-tls = ["reqwest/rustls-tls"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.0"
|
||||
|
|
Loading…
Reference in a new issue