aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_http.erl')
-rw-r--r--src/gun_http.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gun_http.erl b/src/gun_http.erl
index 29ba758..313671a 100644
--- a/src/gun_http.erl
+++ b/src/gun_http.erl
@@ -28,6 +28,9 @@
-export([down/1]).
-export([ws_upgrade/7]).
+%% Functions shared with gun_http2.
+-export([host_header/3]).
+
-type io() :: head | {body, non_neg_integer()} | body_close | body_chunked | body_trailer.
%% @todo Make that a record.