asciimoo / wuzz

Interactive cli tool for HTTP inspection
GNU Affero General Public License v3.0
10.54k stars 412 forks source link

Print trailers #114

Closed mihaitodor closed 5 years ago

mihaitodor commented 5 years ago

Hey @andradei, I took a stab at fixing #100 (Support for Trailers).

This PR consists of 3 changes:

For the sample HTTP server in the reported issue, the output now looks like this:

─Response headers──────────────────────
HTTP/1.1 200 OK
Content-Type: text/plain; charset=utf-8
Date: Wed, 03 Oct 2018 14:07:27 GMT
Atend1: value 1
Atend2: value 2
Atend3: value 3
andradei commented 5 years ago

Looks great!

I've seen the commit history isn't that active. Hopefully this can be reviewed and merged soon.