diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/http.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl index a7355f4..a10b120 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -66,7 +66,8 @@ meta = [] :: [{atom(), any()}], %% Request body. - body_state = waiting :: waiting | done, + body_state = waiting :: waiting | done | + {multipart, non_neg_integer(), fun()}, buffer = <<>> :: binary(), %% Response. |