Hinge needs an Async HTTP client. It should be modeled somewhat on the [node.js http.request](http://nodejs.org/api/http.html#http_http_request_options_callback). Any state machines that can be reused from the HTTP parser should be reused, like the header reader.
Hinge needs an Async HTTP client. It should be modeled somewhat on the node.js http.request.
Any state machines that can be reused from the HTTP parser should be reused, like the header reader.