We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b93fc commit bce82c8Copy full SHA for bce82c8
README.md
@@ -129,7 +129,7 @@ data: { key1: 'value1', key2: 'value2' }
129
Avaliable value:
130
* `json` : post request data with json string in post body.
131
* You may need polyfill `JSON` functionality with old browsers, recommending: https://github.com/douglascrockford/JSON-js/blob/master/json2.js
132
-* `form` : (default) post request body with form http format
+* `form` : (default) post request body with http form (x-www-form-urlencoded) format
133
134
135
### dataType
0 commit comments