aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_lib/http_internal.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/src/http_lib/http_internal.hrl')
-rw-r--r--lib/inets/src/http_lib/http_internal.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/src/http_lib/http_internal.hrl b/lib/inets/src/http_lib/http_internal.hrl
index ae92b5df8f..991417cb36 100644
--- a/lib/inets/src/http_lib/http_internal.hrl
+++ b/lib/inets/src/http_lib/http_internal.hrl
@@ -71,7 +71,7 @@
'last-modified',
other=[] % list() - Key/Value list with other headers
}).
-
+-type http_response_h() :: #http_response_h{}.
%%% Request headers
-record(http_request_h,{
@@ -118,5 +118,6 @@
'last-modified',
other=[] % list() - Key/Value list with other headers
}).
+-type http_request_h() :: #http_request_h{}.
-endif. % -ifdef(http_internal_hrl).