Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StartNewRquestOptions

Options for starting a new HTTP request.

Hierarchy

  • StartNewRquestOptions

Index

Properties

Optional body

body: string

The initial content for the body.

Optional data

Initial data.

Optional disposables

disposables: vscode.Disposable | vscode.Disposable[]

A list of one or more disposable to be owned by the request.

Optional file

file: vscode.Uri

The file to load.

Optional headers

headers: any

One or more initial headers.

Optional hideBodyFromFileButton

hideBodyFromFileButton: boolean

Hide 'From File' button or not.

Optional isBodyContentReadOnly

isBodyContentReadOnly: boolean

Indicates if body content should be readonly or not.

Optional onLoaded

onLoaded: function

An optional callback, that is invoked after page of webview has been loaded.

Type declaration

    • (): void | PromiseLike<void>
    • Returns void | PromiseLike<void>

Optional showOptions

showOptions: vscode.ViewColumn

Display options for the tab of the underlying view.

Optional title

title: string

The title for the view.

Generated using TypeDoc