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
At the moment, all intercepted HTTP/HTTPS through Proxyman will be downgraded to HTTP/1.1. We should support HTTP/3 too and implement the HTTP/3 parser correctly.
Why this feature/change is important?
Determine whether or not the request is HTTP/3
Write HTTP/3 Parser
Work with current architecture. HTTP/1.x, HTTP/2 and HTTP/3
Description
At the moment, all intercepted HTTP/HTTPS through Proxyman will be downgraded to HTTP/1.1. We should support HTTP/3 too and implement the HTTP/3 parser correctly.
Why this feature/change is important?