cetra3 / mpart-async

Asynchronous Multipart Requests for Rust
Apache License 2.0
32 stars 13 forks source link

http 1.0.0 for hyper 1.x #27

Closed nwtgck closed 9 months ago

nwtgck commented 9 months ago

I'd like to use mpart-async in hyper 1.x. mpart-async should expose HeaderValue in http 1.0 for hyper 1.x.

I used hyper 1.x with the updated mpart-async in local and it worked.

cetra3 commented 9 months ago

Thanks for the PR! This is all good, I'll cut a new major version soon

nwtgck commented 9 months ago

Thank you so much! My project is been used the forked via git. I can switch the origial crate.

https://github.com/nwtgck/piping-server-rust/blob/c278b162ca0dbb4c92df8b102b57adaf6b52ea29/Cargo.toml#L26