aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_protocols.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_protocols.erl')
-rw-r--r--src/gun_protocols.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gun_protocols.erl b/src/gun_protocols.erl
index 4232e2f..e7e0a8d 100644
--- a/src/gun_protocols.erl
+++ b/src/gun_protocols.erl
@@ -34,6 +34,8 @@ handler(http) -> gun_http;
handler({http, _}) -> gun_http;
handler(http2) -> gun_http2;
handler({http2, _}) -> gun_http2;
+handler(http3) -> gun_http3;
+handler({http3, _}) -> gun_http3;
handler(raw) -> gun_raw;
handler({raw, _}) -> gun_raw;
handler(socks) -> gun_socks;