Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPRequestInfo.Params
Represents the HTTP header values as ASCII characters.

property Params: TStrings;
Description
Params is a TString property used to store the parsed values for HTTP headers in the HTTP request. Params contains the header values after URLDecode has been used to convert the headers to their ASCII representation.

Use UnparsedParams to view the HTTP headers in their raw form.

Params is updated by TIdHTTPServer when a peer thread generates a new HTTP request.