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.