httpie-go
httpie-go copied to clipboard
can this also support force http2 only? and force http3 only?
was using the python httpie
for debugging, but its shortcoming was HTTP1 only, tried to install some httpie-http2
plugin solution, but none of those works:
For uninstallations, please use either "httpie plugins uninstall httpie-http2" or "pip uninstall httpie-http2" (depending on how you installed it in the first place).
heard Golang library handles HTTP/2 binary protocols better, not sure can this have a feature to use http2 above only scenario ?
--http1 force HTTP/1.1 protocol
--http2 force HTTP/2 protocol ?? and
--http2+ force HTTP/2 protocol above?
--http3 force HTTP/3 protocol ?? and