diff options
Diffstat (limited to 'include/http.hrl')
-rw-r--r-- | include/http.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl index fd0eecc..e5311c4 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -68,7 +68,7 @@ %% Response. resp_state = waiting :: locked | waiting | chunks | done, resp_headers = [] :: http_headers(), - resp_body = <<>> :: binary(), + resp_body = <<>> :: iodata(), %% Functions. urldecode :: {fun((binary(), T) -> binary()), T} |