Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Pinned repositories
341 contributions in the last year
Contribution activity
August 2018
Created a pull request in afcowie/http-streams that received 2 comments
unsafeReceiveResponse that does not consume body
This works when you know there is no body, no matter what the headers say (HEAD requests, #114) This also works when the handler consumes whatever …
+17
−0
•
2
comments
Created an issue in afcowie/http-streams that received 1 comment
HEAD request must not look for a body
A HEAD request may contain a Content-Length with a number that would be the size of a GET response, but no actual body to read. It may also contain…
1
comment