Construct a new OnmsHTTPOptions object.
Optionaltimeout: numberOptionalserver: OnmsServerOptionalauth: OnmsAuthConfigOptionalheaders: IHash<string>Optionalparameters: IHash<string | string[]>Optionaldata: anyReadonlydataHTTP data to be passed when POSTing
ReadonlyheadersHTTP headers to be passed to the request.
ReadonlyparametersHTTP parameters to be passed on the URL.
ReadonlyserverThe server to use instead of that provided by the HTTP implementation.
The authentication config that should be used.
How long to wait for ReST calls to time out.
Convert the options to a plain JSON object.
StaticnewCreate a new builder for an [[OnmsHTTPOptions]] object.
Optionaloptions: OnmsHTTPOptionsif an existing options object is passed, the builder will be pre-populated
Options to be used when making HTTP ReST calls.