Work for Issue #197 and Issue #49

This commit is contained in:
Miroslav Stampar
2012-10-04 11:25:44 +02:00
parent bcbf0571a5
commit 461e5ebc5f
8 changed files with 87 additions and 84 deletions

View File

@@ -58,7 +58,6 @@ class OS:
class PLACE:
GET = "GET"
POST = "POST"
SOAP = "SOAP"
URI = "URI"
COOKIE = "Cookie"
USER_AGENT = "User-Agent"
@@ -66,6 +65,10 @@ class PLACE:
HOST = "Host"
CUSTOM_POST = "(custom) POST"
class POST_HINT:
SOAP = "SOAP"
JSON = "JSON"
class HTTPMETHOD:
GET = "GET"
POST = "POST"