Ian Stapleton Cordasco

Results 685 comments of Ian Stapleton Cordasco

The underlying software that HTTPie uses does not allow people to specify their own IP addresses for a specific host. It's unlikely it will be added there. So, @aztlan2k it's...

Please define how the upload fails. What is the exact message?

Hey @glyph, fancy seeing you in these parts. ;) So this is tough because HTTPie relies on Requests and you know the rest. The tl;dr is that urllib3 would have...

@john-bonachon you want to filter the headers to only print `Host` and `User-Agent`, correct?

This library has existed long before PEP 485 and those errors are not a priority for us to fix as they do not break and things work as they should....

To be clear, images are: * not searchable * not readable for visually impaired users * not a solution You'd do better for others (assuming a type error in this...

The hard thing to reason about here is how this interacts with Requests and the remote server. As suggested, this doesn't seem wise.

I believe this is because the appengine adapter is just a shim on top of urllib3's support for AppEngine which is a shim for using urlfetch. That means most of...

Related to #98. I'd be very happy to merge a pull request that fixes this

For dumping a response: We have no way to rewind the streamable content so the only way we could responsibly handle that would be to tee it off to an...