vbenjs / vite-plugin-mock

A mock plugin for vite.use mockjs.
MIT License
609 stars 96 forks source link

feat: add rawResponse option to MockMethod #17

Closed zmwangx closed 3 years ago

zmwangx commented 3 years ago

With rawResponse we can parse arbitrary requests and return arbitrary responses, instead of being limited to application/json. An example has been added to README.

Fixes #16.

zmwangx commented 3 years ago

Thanks!