Update for an Issue #431

This commit is contained in:
stamparm
2013-04-10 16:43:57 +02:00
parent 661b44135d
commit f67148a9a4
3 changed files with 18 additions and 15 deletions

View File

@@ -76,6 +76,12 @@ class HTTPMETHOD:
GET = "GET"
POST = "POST"
HEAD = "HEAD"
PUT = "PUT"
DELETE = "DETELE"
TRACE = "TRACE"
OPTIONS = "OPTIONS"
CONNECT = "CONNECT"
PATCH = "PATCH"
class NULLCONNECTION:
HEAD = "HEAD"