Sets the value of a specific header field
Source position: httpdefs.pp line 387
public procedure THTTPHeader.SetHeader( |
AHeader: THeader; |
const AValue: string |
); |
AHeader |
|
Header field type to set |
AValue |
|
Value to set for the header field |
SetHeader assigns a value to a specific HTTP header field. This method updates the header field with the provided value.