Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GenericRequest

Index

Constructors

constructor

  • new GenericRequest(method: string, url: string, params: any, headers: any, data: any, json: any, auth: Authorization, cookies: any, timeout: number, allowRedirects: boolean, stream: boolean, files: Array<any>): GenericRequest

Accessors

Static $javaClass

  • get $javaClass(): any

Methods

getAllowRedirects

  • getAllowRedirects(): boolean

getAuth

getBody

  • getBody(): Array<number>

getCookies

  • getCookies(): any

getData

  • getData(): any

getFiles

getHeaders

  • getHeaders(): any

getJson

  • getJson(): any

getMethod

  • getMethod(): string

getParams

  • getParams(): any

getStream

  • getStream(): boolean

getTimeout

  • getTimeout(): number

getUrl

  • getUrl(): string

Static access$getDEFAULT_DATA_HEADERS$cp

  • access$getDEFAULT_DATA_HEADERS$cp(): any

Static access$getDEFAULT_FORM_HEADERS$cp

  • access$getDEFAULT_FORM_HEADERS$cp(): any

Static access$getDEFAULT_HEADERS$cp

  • access$getDEFAULT_HEADERS$cp(): any

Static access$getDEFAULT_JSON_HEADERS$cp

  • access$getDEFAULT_JSON_HEADERS$cp(): any

Static access$getDEFAULT_UPLOAD_HEADERS$cp

  • access$getDEFAULT_UPLOAD_HEADERS$cp(): any

Generated using TypeDoc