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...
Type: Bug > Issue troubleshooting has identified that the issue is with Visual Studio Code. When i run an HTTP Rest call i get the error: RequestError: certificate has expired...
When executing gRPC in httpBook it logs the response (cell output) into the `.http` file the same way as for HTTP requests. However, gRPC responses start with `GRPC`, that is...
If I run http requests in a notebook and hit save, the response headers are saved but the response body is not. For example: ```http GET https://httpbin.org/get ### POST https://httpbin.org/post...
I may have wrongly attributed the problem described in https://github.com/AnWeber/vscode-httpyac/issues/361 Please have a look at the issue
## Is your feature request related to a problem? Please describe. I always have to copy and paste (JSON) requests and response bodies for documenting manual verification steps of an...