From 8f9eb57cd9a04fd0ff24634c4504c61fa2f0e511 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Tue, 2 Jan 2024 22:03:02 +0600 Subject: [PATCH] Clarify docstring (#1139) --- src/HTTP.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTTP.jl b/src/HTTP.jl index 941bab9f5..cf6824d24 100644 --- a/src/HTTP.jl +++ b/src/HTTP.jl @@ -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