Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsHTTPOptions

Hierarchy

  • OnmsHTTPOptions

Index

Constructors

Properties

Constructors

constructor

  • Construct a new OnmsHTTPOptions object.

    constructor

    Parameters

    Returns OnmsHTTPOptions

Properties

accept

accept: string = "application/xml"

the type of response to accept

auth

the authentication config that should be used when no server auth is configured

parameters

parameters: IHash<string> = {} as IHash<string>

http parameters to be passed on the URL

timeout

timeout: number = 10000

how long to wait for ReST calls to time out

Generated using TypeDoc