Adding support for generic XML POST data

This commit is contained in:
Miroslav Stampar
2012-10-04 18:44:12 +02:00
parent f71b937add
commit 098e446ca4
4 changed files with 7 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ class PLACE:
class POST_HINT:
SOAP = "SOAP"
JSON = "JSON"
XML = "XML (generic)"
class HTTPMETHOD:
GET = "GET"