diff --git a/include/http.hrl b/include/http.hrl index 7701f28..4f2193f 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -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()}.