Repository URL to install this package:
|
Version:
2.2.1 ▾
|
FORM_CONTENT_TYPES = [
'application/x-www-form-urlencoded',
'multipart/form-data'
]
METHODS = set([
"get",
"put",
"post",
"delete",
"options",
"head",
"patch",
"trace"
])