该插件是一款可以根据curl命令快速发起请求,并提供可视化界面进行参数更改、返回结果查看。
在日常开发中,经常需要复制测试环境的curl在本地进行调试:
- copy浏览器中的curl命令
- 打开文本编辑器
- 手动进行替换域名
- 复制新curl命令
- 命令行执行
- copy浏览器中的curl命令
- 呼出utools,回车即可
- F12打开浏览器调试工具 > Network > 选中某条请求右键 > copy > copy as curl (bash) > 这样就得到了一条curl命令
- alt+space > 呼出utools
- 回车进入插件即可
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
utools-curl had been being developed with WebStorm IDE under the free JetBrains Open Source license(s) granted by JetBrains s.r.o., hence I would like to express my thanks here.

