danielSanchezQ / warp-reverse-proxy

Fully composable warp filter that can be used as a reverse proxy.
https://github.com/danielSanchezQ/warp-reverse-proxy
MIT License
48 stars 18 forks source link

Replace some alias #56

Closed shanmiteko closed 2 years ago

shanmiteko commented 2 years ago

Replace some alias

danielSanchezQ commented 2 years ago

Awesome, thanks!, was this changes part of a hyper/warp update? Mostly the HeaderValue, since I do not really recall about it.

shanmiteko commented 2 years ago

in hyper::http::header::map has this

pub struct HeaderMap<T = HeaderValue>

Maybe we can get rid of it

danielSanchezQ commented 2 years ago

Parenthood is taking a toll on me... Sorry for taking so much time on this. I think I will actually remove the aliases anyway. Main reason is that it may be confusing not using the hyper/http types anyway. Will be closing this, but thanks for your help anyway.