Skip to content

Commit

Permalink
Clarify docstring (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jan 2, 2024
1 parent 15c6451 commit 8f9eb57
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8f9eb57

Please sign in to comment.