Start of Content Area

Object documentation IF_HTTP_SERVER  Locate the document in its SAP Library structure

Definition

This interface is implemented by the class CL_HTTP_SERVER.

The structure of the interface and its relationship to the other interfaces are shown in the diagram in ICF Classes and Interfaces.

The attributes and methods are explained in this documentation.

Use

An object in the class CL_HTTP_SERVER, the control block, is created for every incoming request. Among other things, this object contains the data structures for the HTTP request and the HTTP response. This data consists of objects in the classes CL_HTTP_REQUEST and CL_HTTP_RESPONSE, which implement the interfaces IF_HTTP_RESPONSE and IF_HTTP_REQUEST. The interface IF_HTTP_SERVER provides interface references to these data structures: attributes REQUEST and RESPONSE.:

Additional Information

The structure of the interface is described in the following sections:

·        Attributes

·        Constants

·        Methods

 

 

End of Content Area