Fix zj type

This commit is contained in:
2025-10-11 15:47:04 +09:00
parent 0def0846bf
commit faf14bac3f
+1 -1
View File
@@ -20,6 +20,6 @@
-type method() :: get | post | options.
-type multipart() :: {multipart, Boundary :: binary()}.
-type body() :: {partial, binary()} | {multipart, [body_part()]} | binary() | map().
-type body() :: {partial, binary()} | {multipart, [body_part()]} | binary() | zj:value().
-type body_part() :: {Field :: binary(), Data :: binary()}
| {Field :: binary(), Name :: binary(), Data :: binary()}.