com.softwareag.connectivity.httpclient
Event HttpOptions


Holds extra optional HTTP options.
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.