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".
Member summary
 dictionary<stringstring>headers

The headers.
 dictionary<stringstring>cookies

The cookies.
 dictionary<stringstring>queryParams

The query parameters. Empty for the response.
 
Member detail

cookies

dictionary<stringstringcookies
The cookies.

headers

dictionary<stringstringheaders
The headers.

queryParams

dictionary<stringstringqueryParams
The query parameters. Empty for the response.