mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
fix typo in doc
This commit is contained in:
parent
f6791b008a
commit
9393613214
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ skip_body(Req) ->
|
|||
{error, Reason} -> {error, Reason}
|
||||
end.
|
||||
|
||||
%% @doc Return the full body sent with the reqest, parsed as an
|
||||
%% @doc Return the full body sent with the request, parsed as an
|
||||
%% application/x-www-form-urlencoded string. Essentially a POST query string.
|
||||
%% @todo We need an option to limit the size of the body for QS too.
|
||||
-spec body_qs(Req)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue