diff options
Diffstat (limited to 'pathod/language/http.py')
-rw-r--r-- | pathod/language/http.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pathod/language/http.py b/pathod/language/http.py index a82f12fe..b2308d5e 100644 --- a/pathod/language/http.py +++ b/pathod/language/http.py @@ -11,6 +11,7 @@ from . import base, exceptions, actions, message # instead of duplicating the HTTP on-the-wire representation here. # see http2 language for an example + class WS(base.CaselessLiteral): TOK = "ws" |