Extension Notebook
Dothttp-runner provides notebook functionality recently introduced by vscode team. For using notebooks create a file with httpbook
extension.
By default as for performance reasons, notebook output just is highlighted according to language. for more support you would want to install dotbook and change presentation by clicking three dots near left top of notebook output.
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