Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>httpBook - Rest ClientNew to Visual Studio Code? Get it now.
httpBook - Rest Client

httpBook - Rest Client

Andreas Weber

|
24,766 installs
| (1) | Free
Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

HttpYac Logo

Httpbook - Rest Client

httpBook extension (opens new window)provides a Notebook Editor Interface for Http Requests. Send REST, SOAP, GraphQL and gRPC requests directly in Notebook Editor. Notebooks allows you to create and share documents that contain live code, equations, visualizations and narrative text.

HttpYac HttpYac Extension

Example

@user = doe
@password = 12345678

GET https://httpbin.org/basic-auth/{{user}}/{{password}}
Authorization: Basic {{user}} {{password}}

more examples and guide

Configuration

httpbook uses vscode-httpyac as extension dependency and reuses all of the settings.

License

MIT License

Change Log

See CHANGELOG here

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft