Internet Direct (Indy) Version 9.0.2 Beta
TIdHeaderList.AddStdValues
Converts text line in NAME=VALUE form to their TIdHeaderLIst representation.

procedure AddStdValues(ASrc: TStrings);
Parameters
ASrc: TStrings
Storage contains values in NAME=VALUE form.

Description
AddStdValues is a procedure used to convert text values in the TStrings container ASrc to their TIdHeaderList representation using NameValueSeparator. ASrc contains text representing header names and values in NAME=VALUE form. AddStdValues replaces the '=' character in each text line with the NameValueSeparator character(s) for their header representation.

Use ConvertToStdValues to convert header name and values to their NAME=VALUE form.