Check APIs from the comfort of your IDE

Quickly inspect APIs and make HTTP requests to services in a reusable manner

How to use: Create a file with .http extension in your project. Then, type the request you want to make.

Finally, press ⌃⏎ (macOS) / Ctrl+Enter (Windows/Linux) and use the Run "address" action from the menu.


Related Resources

Run Anything
Launch run/debug configurations, applications, scripts, commands, tasks, and open recent projects.
Authentication for Go Applications: The Secure Way
This article compares the pros and cons of five different authentication methods: Basic HTTP, bearer token, JWT, OIDC, and SAML.
Authentication for Go Applications: The Secure Way
This article compares the pros and cons of five different authentication methods: Basic HTTP, bearer token, JWT, OIDC, and SAML.