cloudhead / http-console

simple, intuitive HTTP REPL — Speak HTTP like a local.
Apache License 2.0
1.35k stars 65 forks source link

fix up to work with latest node.js, add support for HTTP trailers, path fix #34

Closed tjanczuk closed 8 years ago

tjanczuk commented 12 years ago

The code needed a few updates given changes in node.js runtime.

I changed the path parsing code to allow for query parameters with values containing '//' sequence.

I also added support for displaying HTTP trailers.