Extension Notebook
Dothttp-runner provides notebook functionality recently introduced by vscode team. For using notebooks create a file with httpbook
extension.
By using notebook, one can see response in same place as request. gives you option to save response for future purpose.
provides a way to inspect headers and also inspect generated request
options in response
- response
- headers
- request sent
- response filter
#
Import http file as DothttpImport http file as notebook with ease.
Steps:
- open httpfile
- open submenu (right click on editor file)
- select
Dothttp: Open as HttpBook
#
Convert HttpBook to httpfileImport http file as notebook with ease.
Steps:
- open httpbook
- Go to Right top editor title
- click
Dothttp: Notebook to Httpfile