httpbook
httpbook copied to clipboard
Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
Another great plugin from you! I am really impressed. However I faced a little problem. Here is my use case: 1. run two requests in the same code cell 2....
Also note in the docs, that you can always open .http files in the editor using "Open with text editor", since httpbook is the default.
Would it be possible to integrate HttpBook with the polyglot notebooks in VSCode? This would enable advanced use cases, e.g. fetching secrets from Azure KeyVaults, etc. using C# or PowerShell....
Hi there! First, fantastic work on httpyac and the surrounding ecosystem. I come from an IJ background and have for a long time enjoyed using their rest client; so when...
I have an http file that I am using in httpbook. I am trying to use the `testing` variable in a POST call. ```text /* # Testing Validate some calls...