denandz / glorp

A CLI-based HTTP intercept and replay proxy
BSD 3-Clause "New" or "Revised" License
243 stars 14 forks source link

HTTP2 Support #11

Open denandz opened 2 years ago

denandz commented 2 years ago

Glorp does not support HTTP2. There is some support for HTTP2 in Martian now, so this should be a case of writing an additional proxy module and figuring out how to best display and replay H2 requests.

denandz commented 1 year ago

Looks like there are a few upstream martian hurdles to overcome (https://github.com/google/martian/issues/333) before this can get rolled into glorp.