Saturday, January 27, 2024

VS Code extension REST client (vs Postman)

 REST Client - Visual Studio Marketplace

EST Client allows you to send HTTP request and view the response in Visual Studio Code directly.

  • Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight
  • Send GraphQL query and author GraphQL variables in editor
  • Send cURL command in editor and copy HTTP request as cURL command
  • Auto save and view/clear request history
  • Compose MULTIPLE requests in a single file (separated by ### delimiter)
  • View image response directly in pane
  • Save raw response and response body only to local disk
  • Fold and unfold response body

...

Huachao/vscode-restclient: REST Client Extension for Visual Studio Code @GitHub


No comments: