diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/http.hrl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/http.hrl b/include/http.hrl index e0fe4f6..e4b9716 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -32,6 +32,9 @@ headers = [] :: http_headers(), %% cookies = undefined :: undefined | http_cookies() %% @todo + %% Request body. + body_state = waiting :: waiting | done, + %% Response. resp_state = locked :: locked | waiting | done }). |