We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently shotgun expects headers as a map: #{binary => binary}, I guess it should also support proplists [{binary, charlist}] pairs, as it is the way gun expects headers: https://github.com/ninenines/gun/blob/master/doc/src/guide/http.asciidoc#get-and-head
#{binary => binary}
[{binary, charlist}]
The text was updated successfully, but these errors were encountered:
Closed by #133
Sorry, something went wrong.
Awesome! Just for reference, I think you meant #133
@davecaos Yeah, that's what I meant 😄. Just fixed it.
No branches or pull requests
Currently shotgun expects headers as a map:
#{binary => binary}
, I guess it should also support proplists[{binary, charlist}]
pairs, as it is the way gun expects headers: https://github.com/ninenines/gun/blob/master/doc/src/guide/http.asciidoc#get-and-headThe text was updated successfully, but these errors were encountered: