Loads HTTP headers from a string list
Source position: httpdefs.pp line 400
public function THTTPHeader.LoadFromStrings( |
Strings: TStrings; |
IncludeCommand: Boolean |
):Integer; virtual; |
Strings |
|
String list containing HTTP header lines |
IncludeCommand |
|
Whether to include the command line in parsing |
True if headers were loaded successfully
LoadFromStrings parses HTTP header data from a string list and populates the header fields. Each string in the list represents a header line in standard HTTP format.