From 172800967c2d53251d7cb1015e3c957c5b065bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 5 Dec 2022 17:22:09 +0100 Subject: Document Websocket subprotocol negotiation --- src/gun_ws_h.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gun_ws_h.erl') diff --git a/src/gun_ws_h.erl b/src/gun_ws_h.erl index 2412122..fca3c9a 100644 --- a/src/gun_ws_h.erl +++ b/src/gun_ws_h.erl @@ -13,6 +13,7 @@ %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -module(gun_ws_h). +-behavior(gun_ws_protocol). -export([init/4]). -export([handle/2]). -- cgit v1.2.3