Web.ApacheHTTP.TApacheRequest.WriteHeaders
Delphi
function WriteHeaders(StatusCode: Integer; const StatusString, Headers: AnsiString): Boolean; override;
C++
virtual bool __fastcall WriteHeaders(int StatusCode, const System::AnsiString StatusString, const System::AnsiString Headers);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Web.ApacheHTTP.pas Web.ApacheHTTP.hpp |
Web.ApacheHTTP | TApacheRequest |
Description
Provides the abstract (pure virtual) prototype for a method to write an HTTP header string. {{#multireplace:Web.ApacheHTTP.TApacheRequest.WriteHeaders|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebRequest.WriteHeaders|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebRequest.WriteHeaders|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Provides the abstract (pure virtual) prototype for a method to write an HTTP header string.
Use WriteHeaders to write an HTTP header string.