We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c6451 commit 8f9eb57Copy full SHA for 8f9eb57
src/HTTP.jl
@@ -107,7 +107,7 @@ provided headers is made (since required headers are typically set during the re
107
to avoid this copy and have HTTP.jl mutate the provided headers array, pass `copyheaders=false`
108
as an additional keyword argument to the request.
109
110
-`body` can be a variety of objects:
+The `body` argument can be a variety of objects:
111
112
- an `AbstractDict` or `NamedTuple` to be serialized as the "application/x-www-form-urlencoded" content type
113
- any `AbstractString` or `AbstractVector{UInt8}` which will be sent "as is" for the request body
0 commit comments