github elazarl/goproxy v1.9.0
v1.9.0: HTTP/2 MITM Full Support

7 hours ago

What's Changed

Full Changelog: v1.8.6...v1.9.0

Highlights & Acknowledgements

  • HTTP/2 MITM Support: This release introduces native support for inspecting and manipulating HTTP/2 traffic within GoProxy's MITM functionality.
    A special thanks to the team at @LumiaSecurity (including @omriza for the review) for supporting the development of these HTTP/2 MITM features and contributing to this major enhancement.
    Achieving full HTTP/2 MITM capability represents a huge milestone for GoProxy, taking our library to the next level for whoever needs it.
    To enable it, make sure that AllowHTTP2 is set to true in the proxy configuration.

⚠️ Possible Breaking Change

  • Previously there was an incomplete implementation of HTTP/2 inside the h2.go file, with an exported H2Transport struct. Probably no one was using it, but if you were, be careful that in this release it has been removed to create the full HTTP/2 MITM implementation.

Don't miss a new goproxy release

NewReleases is sending notifications on new releases.