This VS Code extension lets developers send HTTP and GraphQL requests directly from their editor to test APIs.
Users compose HTTP or GraphQL requests within `.http` or `.rest` files and can send them with a click or command. It displays responses in a dedicated pane, supports various authentication methods like Basic Auth and AWS Signature v4, and lets you group multiple requests in one file using `###` delimiters.
This VS Code extension lets developers send HTTP and GraphQL requests directly from their editor to test APIs.
Developers who frequently test REST and GraphQL APIs and prefer to do so directly within their Visual Studio Code environment will find this tool useful.