mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
28e7d928a8
* Expose more request body for plugins Support the following api for plugins: - get/set the content type of the request; - get/add/set the form parameters of the reuqest body; adding file form item will be ignored if the mime type is not multipath form. - get/set the uploaded filename of the request; setting uploading file name will be ignored if the mime type is not octet stream. * Add some test cases * Add simple request body api for plugins * Mark (get|set)BodyText() as deprecated |
||
---|---|---|
.. | ||
app.test.js | ||
data.test.js | ||
request.test.js | ||
response.test.js | ||
store.test.js |