Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPRequestInfo.UnparsedParams Property

Represents the HTTP header as URL-encoded values.

Pascal
property UnparsedParams: string;

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 an executing client session receives a new HTTP request.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.