Internet Direct (Indy) Version 9.0.2 Beta
TIdHeaderList
Implements a collection of header names and values.

TIdHeaderList = class(TStringList)
Description
TIdHeaderList is a TStringList descendant that implements a collection of header names and values, and facilitates the processing of headers used in many protocols such as Gopher+, HTTP, NNTP, POP3, and SMTP.

Features include the use of a ":" instead of a comma for separating field names from values (this can be changed with the NameValueSeparator property), and optional header folding and unfolding.