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
I’m trying to use an HTTP/2 connection as the foundation to implement a proxy. However, I want to send the proxy’s own request headers for protocol extension at the same time initiating the request. It seems that with Hyper, I can only obtain the Upgrade and send data after receiving the server’s OK response.
Can someone help me and tell me how I should do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’m trying to use an HTTP/2 connection as the foundation to implement a proxy. However, I want to send the proxy’s own request headers for protocol extension at the same time initiating the request. It seems that with Hyper, I can only obtain the Upgrade and send data after receiving the server’s OK response.
Can someone help me and tell me how I should do this?
Beta Was this translation helpful? Give feedback.
All reactions