IF_HTTP_RESPONSE and
IF_HTTP_REQUEST
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:
· Methods for IF_HTTP_RESPONSE and IF_HTTP_REQUEST
Related Content
The following content is not part of SAP product documentation. For more information, see the following
disclaimer
.