IROHTTPResponse

Overview

This interface provides access to HTTP response parameters when server side objects (message dispatchers or server channel) need to form a HTTP response and pass it back to the client. This interface is used internally and not exposed to the user level code.

Location


Properties


Code

Specifies the HTTP protocol status code conforming to RFC2616.

property Code: Integer read write

ContentType

Provides access to the Content Type HTTP header field.

property ContentType: string read write

Headers

Provides access to the HTTP header fields values by HTTP field name.

property Headers[aName: string]: string read write

Status

Textual human understandable description of the HTTP status code.

property Status: string read write