com.softwareag.connectivity.httpclient
Event HttpOptions
Holds the optional HTTP options to set headers, cookies and query parameters.
For details about HTTP headers and HTTP cookies, see "Handling HTTP headers" and "Dealing with cookies" under "The HTTP Client Transport Connectivity Plug-in" in "Connecting Apama Applications to External Components".
cookies
dictionary<string, string> cookies
The cookies.
headers
dictionary<string, string> headers
The headers.
queryParams
dictionary<string, string> queryParams
The query parameters. Empty for the response.