Skip to content

Commit 8f9eb57

Browse files
authored
Clarify docstring (#1139)
1 parent 15c6451 commit 8f9eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTTP.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ provided headers is made (since required headers are typically set during the re
107107
to avoid this copy and have HTTP.jl mutate the provided headers array, pass `copyheaders=false`
108108
as an additional keyword argument to the request.
109109
110-
`body` can be a variety of objects:
110+
The `body` argument can be a variety of objects:
111111
112112
- an `AbstractDict` or `NamedTuple` to be serialized as the "application/x-www-form-urlencoded" content type
113113
- any `AbstractString` or `AbstractVector{UInt8}` which will be sent "as is" for the request body

0 commit comments

Comments
 (0)