felipenoris / hyper-reverse-proxy

A simple reverse proxy for use with Hyper and Tokio
Apache License 2.0
181 stars 63 forks source link

Update to lastest hyper #4

Closed felipenoris closed 5 years ago

felipenoris commented 6 years ago

Can this be updated to the latest hyper?

Ref https://github.com/felipenoris/hyper-reverse-proxy/tree/fn/update

brendanzab commented 6 years ago

If you like I can give you this repository, along with the crate name! I haven't really been in the web dev space for a while now!

felipenoris commented 5 years ago

Yes! I would accept that.

felipenoris commented 5 years ago

Now that https://github.com/hyperium/hyper/commit/30870029b9eb162f566d8dddd007fb6df9cd69af was merged, I'm able to update this to the lastest hyper. There's a working example at https://github.com/felipenoris/reverse-proxies

brendanzab commented 5 years ago

Oh woops, sorry for forgetting about this - hooray for the disappearing github notifications! I can transfer it onto you if you're still interested - I thing the repo name needs to be free on your account first (you might have to rename your fork first).

brendanzab commented 5 years ago

Oh, looks like you've done it! :) https://github.com/felipenoris/tmp-hyper-reverse-proxy - just let me know and I'll go ahead.

brendanzab commented 5 years ago

Would be lovely to have somebody helping out on this kind of middleware for Rust's HTTP ecosystem - would have really helped me out a couple of years ago! 😄

felipenoris commented 5 years ago

Yes, go ahead with the transfer. Thanks!

brendanzab commented 5 years ago

Done! One we have it I'll give you crates.io access. You'll probably want to update links on the README and Cargo.toml as well. Thanks so much! 😄

felipenoris commented 5 years ago

Nothing happened here... Am I missing something?

brendanzab commented 5 years ago

I think you need to accept the transfer 🤔

felipenoris commented 5 years ago

Now I see... What happens is that github sends an email with a link. But now the link expired... Sorry about that.. Can you repeat the transfer?

felipenoris commented 5 years ago

It works! Thanks!

brendanzab commented 5 years ago

Yayy! Now head to crates.io - I've added you as an owner, but you'll have to accept it there too. Also, might be a good idea to update some of the links in the cargo manifest file, and the README, and set it up on Travis.