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
Requires #22
Currently we just encode header names. We should encode header values too.
iex> Req.get!(url, headers: [max_forwards: 10]) iex> Req.get!(url, headers: [if_unmodified_since: ~U[2021-01-01 00:00:00Z]])
For DateTime & NaiveDateTime we should convert it to "internet time". All other data types should go through String.Chars.to_string.
String.Chars.to_string
The text was updated successfully, but these errors were encountered:
f49c119
No branches or pull requests
Requires #22
Currently we just encode header names. We should encode header values too.
For DateTime & NaiveDateTime we should convert it to "internet time". All other data types should go through
String.Chars.to_string
.The text was updated successfully, but these errors were encountered: