http-console icon indicating copy to clipboard operation
http-console copied to clipboard

simple, intuitive HTTP REPL — Speak HTTP like a local.

Results 14 http-console issues
Sort by recently updated
recently updated
newest added

I would appreciate a way to switch the server without restarting.

This patch allows you to place http-console commands on a .http-console file and run them on startup. The three locations checked are, in order: ``` 1. /etc/.http-console 2. $HOME/.http-console 3....

enhacement

I see digest auth is supported. It would be nice if `Www-Authenticate: ...` in response was detected and user/pass could be input.

what my output is too larget, the http-console trim() it to a certain size. how to output the full output?

There should be a way to either disable chunked output, or get the next chunk. If there is, my apologies, how do you do it?

Browsing the code I was able to figure out that in order to send multiple datums for POST I had to use a syntax like x=1&y=2 rather than something like...

per http spec, these methods are standard - http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html