Skip to content

DonJayamanne/httpbook

 
 

Repository files navigation

HttpYac Logo

Httpbook - Rest Client

Quickly and easily send REST, SOAP, and GraphQL requests directly in Editor

httpbook uses vscode-httpyac as dependency.

example

httpbin.http

Examples

@user = doe
@password = 12345678

GET https://httpbin.org/basic-auth/{{user}}/{{password}}
Authorization: Basic {{user}} {{password}}
@host=https://api.spacexdata.com/v4

###

GET /launches/latest

GET /capsules

more examples

A complete specification / documentation can be found here

Features

Feature httpYac Postman Rest Client Intellij Idea
Send Request and View
Variable support
Custom Scripting support - (pull request) partially
Test/ Assert Response - (pull request)
Authorization support partially (no custom auth flow) -
-- OAuth2 / Open Id Connect - -
-- AWS Signature v4 -
-- Basic Authentication
-- Digest Authentication
-- SSL Client Certificate -
-- Custom Authentication - -
Code Generation -
Built-in Preview Support (Image, PDF, ...) - ✓ (only Image) -
Share workspace paywall
extensible/ plugin support partially - -
cli support - -

Next Steps

  • fix out more little accidents and just test it

License

MIT License

Change Log

See CHANGELOG here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.2%
  • JavaScript 9.9%
  • CSS 3.8%
  • Shell 0.1%