Show TOC

IF_HTTP_RESPONSE and IF_HTTP_REQUESTLocate this document in the navigation structure

Definition

Interfaces IF_HTTP_RESPONSE and IF_HTTP_REQUEST can be reached by an HTTP request handler using attribute RESPONSE or REQUEST of the interface IF_HTTP_SERVER. They are used to work with the data of the HTTP request or the HTTP response.

Use

These interfaces can be used in both server and client roles. They allow easy access to data, and have functions for modifying both HTTP header data and HTTP body data. This interface is intended for both roles of HTTP server and client, and therefore has both requesting and manipulating methods.

Both types of method enhance the interface IF_HTTP_ENTITY and provide additional methods.

Structure

For a description of the interface structure, see: