Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "http"

Index

Type aliases

Base64Reader

Base64Reader: function

Reads binary content as Base64 string.

returns

The promise with the data (if available).

Type declaration

    • (): PromiseLike<string>
    • Returns PromiseLike<string>

HTTPClientValue

HTTPClientValue: TValue | symbol | HTTPClient

Result value for getter / setter method of a HTTP client.

OnDidSendListener

OnDidSendListener: function

A listener for an event, that is invoked after a request has been send by a HTTP client.

param

The error (if occurred).

param

The result.

Type declaration

Variables

Const NormalizeHeaderCase

NormalizeHeaderCase: any = require("header-case-normalizer")

Functions

asStringValue

  • asStringValue(val: any): Promise<string | symbol>
  • Parameters

    • val: any

    Returns Promise<string | symbol>

uriParamsToObject

  • uriParamsToObject(uri: Url | vscode.Uri): any
  • Parameters

    • uri: Url | vscode.Uri

    Returns any

Generated using TypeDoc