-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't print HTTP headers #5
Comments
I have same problem with Python 2.7.11. It's printing only HTTP/2 version along with status code. $ http https://nghttp2.org/httpbin/get
HTTP/2 200 |
Got the same result here. Thinking this package is outdated (even though created by the creator of HTTPie itself) |
It's very hard to use httpie without headers being shown. Any plans to introduce support for this? |
Also, this package seems to remove syntax highlighting from the response body. |
Any idea if response headers will show up in http/2? |
any updates...? |
Same problem. With plugin only print "HTTP/2 200" and also loose all colors in a GET mode. |
Hi, @jakubroztocil, could you please look into this ? Without headers it's quite useless... |
With Python 3.4.3, on Mac OS X:
But the headers are shown using vanilla
httpie
:The text was updated successfully, but these errors were encountered: