Skip to main content

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 check here

  1. response
  2. headers check here
  3. request sent check here
  4. response filter check here

Import http file as Dothttp#

Import http file as notebook with ease.

Steps:

  1. open httpfile
  2. open submenu (right click on editor file)
  3. select Dothttp: Open as HttpBook

check here

Convert HttpBook to httpfile#

Import http file as notebook with ease.

Steps:

  1. open httpbook
  2. Go to Right top editor title
  3. click Dothttp: Notebook to Httpfile

check here