Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPRequestInfo.UnparsedParams
Represents the HTTP header as URL-encoded values.

property UnparsedParams: string;
Description
UnparsedParams is a TStrings property used to store the values for HTTP headers in their URL-encoded form. UnparsedParams contains the header values in the form they were received in the HTTP request.

Use Params to view the HTTP headers in their ASCII form.

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