Construct a new TwitarrHTTPOptions object.
HTTP data to be passed when POSTing
HTTP headers to be passed to the request.
HTTP parameters to be passed on the URL.
The server to use if no server is set on the HTTP implementation.
The authentication config that should be used when no auth is associated with the TwitarrServer.
The authentication config that should be used when no auth is associated with the TwitarrServer.
How long to wait for ReST calls to time out.
How long to wait for ReST calls to time out.
Set the data to be passed when POSTing.
the data to POST
Add a header. Returns the TwitarrHTTPOptions object so it can be chained.
the header value
Add a URL parameter. Returns the TwitarrHTTPOptions object so it can be chained.
the parameter's key
the parameter's value
Generated using TypeDoc
Options to be used when making HTTP ReST calls.