Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new HTTPManagerGetRequest(url: string, resultFormat?: "STRING" | "JSON", timeout?: number): HTTPManagerGetRequest

Properties

ignoreGlobalPostParams

ignoreGlobalPostParams: boolean = false

parameters

parameters: object | HashMapObject

resultFormat

resultFormat: "STRING" | "JSON" = HTTPManagerBaseRequest.STRING

timeout

timeout: number

url

url: string

Static JSON

JSON: "JSON" = "JSON"

Static STRING

STRING: "STRING" = "STRING"

Methods

errorCallback

  • errorCallback(): void

finallyCallback

  • finallyCallback(): void

successCallback

  • successCallback(): void

Generated using TypeDoc