| getnshttpparamResult Structure Definition |
The getnshttpparamResult structure defines the return type for getnshttpparam API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nshttpparamList |
List of nshttpparams |
| nshttpparam Structure Definition |
The nshttpparam structure defines the actual return type values for getnshttpparam API. |
Syntax |
Members |
dropinvalreqs |
Drop invalid HTTP requests or responses. |
markhttp09inval |
Mark HTTP/0.9 requests as invalid. |
markconnreqinval |
Mark CONNECT requests as invalid. |
insnssrvrhdr |
Enable or disable Citrix ADC server header insertion for Citrix ADC generated HTTP responses. |
nssrvrhdr |
The server header value to be inserted. If no explicit header is specified then NSBUILD.RELEASE is used as default server header. |
logerrresp |
Whether to log HTTP error responses |
conmultiplex |
Reuse server connections for requests from more than one client connections. |
maxreusepool |
Maximum limit on the number of connections, from the Citrix ADC to a particular server that are kept in the reuse pool. This setting is helpful for optimal memory utilization and for reducing the idle connections to the server just after the peak time. |
http2serverside |
Enable/Disable HTTP/2 on server side |
builtin |
Flag to determine if the http param is built-in or not |
ignoreconnectcodingscheme |
Ignore Coding scheme in CONNECT request. |
_nextgenapiresource |
See Also |