Another minor patch for Issue #846

This commit is contained in:
Miroslav Stampar 2014-10-09 15:42:44 +02:00
parent f94ac8c69d
commit 7811a958ae

View File

@ -207,6 +207,7 @@ POST_HINT_CONTENT_TYPES = {
POST_HINT.MULTIPART: "multipart/form-data",
POST_HINT.SOAP: "application/soap+xml",
POST_HINT.XML: "application/xml",
POST_HINT.ARRAY_LIKE: "application/x-www-form-urlencoded; charset=utf-8",
}
DEPRECATED_OPTIONS = {