Gets the value of a header from a headers collection
Source position: fphttpclient.pp line 263
public class function TFPCustomHTTPClient.GetHeader( |
HTTPHeaders: TStrings; |
const AHeader: string |
):string; |
const AHeader: string |
):string; |
HTTPHeaders |
|
The headers collection to search in |
AHeader |
|
The header name to retrieve |
The header value, or empty string if not found
AHeader |
|
The header name to retrieve |
Static utility method to retrieve the value of a header with the specified name from a headers collection. Returns an empty string if the header is not found.
|
Adds an HTTP header to a headers collection |