Options
All
  • Public
  • Public/Protected
  • All
Menu

HttpRequest

An HttpRequest encapsulates the details of an HTTP request over the HTTP service.

Hierarchy

  • HttpRequest

Index

Constructors

constructor

  • new HttpRequest(url: string, method: HttpMethod, authUrl: string, headers: Record<string, string[]>, cookies: Record<string, string>, body: any, encodeBodyAsJson: boolean, form: Record<string, string>, followRedirects: boolean): HttpRequest

Properties

authUrl

authUrl: string

body

body: any

cookies

cookies: Record<string, string>

encodeBodyAsJson

encodeBodyAsJson: boolean

followRedirects

followRedirects: boolean

form

form: Record<string, string>

headers

headers: Record<string, string[]>

method

method: HttpMethod

url

url: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc