Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HEAD request in hackney #91

Merged
merged 1 commit into from
Jan 28, 2017

Conversation

paulfedory
Copy link
Contributor

This allows use of HEAD requests from hackney or HTTPoison, addressing #83, which I also have been experiencing.

(HEAD requests have no body, so I had to add some pattern matching to handle circumstances when the body was nil.)

Please let me know what you think!

@coveralls
Copy link

coveralls commented Jan 27, 2017

Coverage Status

Coverage decreased (-0.8%) to 92.986% when pulling e9b001c on paulfedory:hackney-head-request into b1efe28 on parroty:master.

@parroty parroty merged commit 8c55679 into parroty:master Jan 28, 2017
@parroty
Copy link
Owner

parroty commented Jan 28, 2017

Thanks great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants