smallfix #2

Merged
zxq9 merged 4 commits from smallfix into master 2025-10-12 14:59:00 +09:00
Showing only changes of commit 0def0846bf - Show all commits

View File

@ -20,6 +20,6 @@
-type method() :: get | post | options.
-type multipart() :: {multipart, Boundary :: binary()}.
-type body() :: {partial, binary()} | {multipart, [body_part()]} | binary().
-type body() :: {partial, binary()} | {multipart, [body_part()]} | binary() | map().
-type body_part() :: {Field :: binary(), Data :: binary()}
| {Field :: binary(), Name :: binary(), Data :: binary()}.