aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gun.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun.erl b/src/gun.erl
index b1421af..2f472dc 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -57,7 +57,7 @@
-export([system_code_change/4]).
-type conn_type() :: ssl | tcp | tcp_spdy.
--type headers() :: [{iodata(), iodata()}].
+-type headers() :: [{binary(), iodata()}].
-type ws_close_code() :: 1000..4999.
-type ws_frame() :: close | ping | pong