1. Home
  2. Docs
  3. vscode
  4. 插件-REST Client

插件-REST Client

安装

插件中心搜索- REST Client

GET

POST

POST-上传单个文件

    POST http://localhost:8005/api-admin/file/upload?key=Warframe0001.jpg
    Content-Type: multipart/form-data; boundary=WebAppBoundary

    --WebAppBoundary
    Content-Disposition: form-data; name="file"; filename="Warframe0001.jpg"

    < D:\OneDrive\图片\Warframe\Warframe0001.jpg
    --WebAppBoundary--

POST-上传多个文件

PUT

DELETE

官方资料

github-vscode-restclient

相关资料

rest http 上传文件

Was this article helpful to you? Yes No

How can we help?