Icon THTTPHeaders

Unit: WebSrvr

Inherits From TExternalObject

Available In: Server Applications

The THTTPHeaders class is used by the TWebServerRequest class for representing the request/response headers for an incoming web server request. When a request is sent to the web server, any HTTP request headers will be available in the TWebServerRequest RequestHeaders property, and the server application can set any HTTP response headers using the TWebServerRequest ResponseHeaders property.

Image