The closest I've gotten is the header output (https://github.com/SamuelMarks/node.native/blob/master/routes.h#L54): ``` $ http localhost:8080/headers HTTP/1.1 200 OK Content-Length: 141 Content-Type: application/json { "headers": [ { "Accept": "*/*" }, { "Accept-Encoding": "gzip, deflate, compress" }, { "Host": "localhost:8080" }, { "User-Agent": "HTTPie/0.8.0" } ] } ``` How do I get the HTTP verb?