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

Clarify docstring #1139

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/HTTP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ provided headers is made (since required headers are typically set during the re
to avoid this copy and have HTTP.jl mutate the provided headers array, pass `copyheaders=false`
as an additional keyword argument to the request.

`body` can be a variety of objects:
The `body` argument can be a variety of objects:

- an `AbstractDict` or `NamedTuple` to be serialized as the "application/x-www-form-urlencoded" content type
- any `AbstractString` or `AbstractVector{UInt8}` which will be sent "as is" for the request body
Expand Down
Loading