issues
search
portier
/
portier-broker
Portier Broker reference implementation, written in Rust
http://portier.github.io/
Apache License 2.0
557
stars
17
forks
source link
Upgrade to Hyper 1.0
#863
Closed
stephank
closed
7 months ago
stephank
commented
7 months ago
Biggest changes here are:
Hyper no longer provides a Body struct, but a Body trait, so this adds an implementation of that.
Now using the 'reqwest' crate for HTTP client stuff.
Biggest changes here are: