aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-10-07 10:22:01 +0200
committerIngela Anderton Andin <[email protected]>2016-10-07 10:22:01 +0200
commit8dc0a2dcbf95739c579280822665838a7ebed32b (patch)
tree2facaf1c99ef16d7cd8d8590bc7abc268e736ffc /lib/inets/src/http_lib
parent4c3b3d3762fc00ddddf24ac0277ecbb8760e257f (diff)
parent118bf7a9612f5df366633726581803a1a157154c (diff)
downloadotp-8dc0a2dcbf95739c579280822665838a7ebed32b.tar.gz
otp-8dc0a2dcbf95739c579280822665838a7ebed32b.tar.bz2
otp-8dc0a2dcbf95739c579280822665838a7ebed32b.zip
Merge branch 'maint'
Diffstat (limited to 'lib/inets/src/http_lib')
-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).