Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsHTTPOptions

Hierarchy

  • OnmsHTTPOptions

Index

Constructors

Properties

Constructors

constructor

Properties

auth

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

headers

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

http headers to be passed to the request

parameters

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

http parameters to be passed on the URL

server

server: OnmsServer

the server to use if no server is set on the HTTP implementation

timeout

timeout: number = 10000

how long to wait for ReST calls to time out

Generated using TypeDoc