From 5b6d3a80bbb57faa1de1cc7730d28b0678b0bdee Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 3 May 2015 13:54:52 +1200 Subject: websockets: code specification --- libpathod/language/http.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libpathod/language/http.py') diff --git a/libpathod/language/http.py b/libpathod/language/http.py index ba43a367..94de7237 100644 --- a/libpathod/language/http.py +++ b/libpathod/language/http.py @@ -34,14 +34,14 @@ class Body(base.Value): class Method(base.OptionsOrValue): options = [ - "get", - "head", - "post", - "put", - "delete", - "options", - "trace", - "connect", + "GET", + "HEAD", + "POST", + "PUT", + "DELETE", + "OPTIONS", + "TRACE", + "CONNECT", ] -- cgit v1.2.3