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
refactoring to avoid flag definition clash (#336)
* moving flag.Parse() from init to main function(s) fixes#309
* updating go to version 1.18, moving init code into main function
* updating go to version 1.18, moving init code into main function
Adds HTTP/2 and gRPC support to Martian Proxy (#318)
* HTTP/2 and gRPC support for Martian.
Changes are opt-in via h2.Config being set in mitm.Config so have no
impact on existing uses.
Closes issue #268
Adds HTTP/2 and gRPC support to Martian Proxy (#318)
* HTTP/2 and gRPC support for Martian.
Changes are opt-in via h2.Config being set in mitm.Config so have no
impact on existing uses.
Closes issue #268