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.