You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way / plans to allow filter to extract hyper::Reqest as is? The use case I'm aiming for: for some path/header combination filters I would like to proxy the request through into hyper::Client to another servers, modify the response and return it back (mitmproxy style).