Start of Content Area

Object documentation Interface IF_HTTP_CLIENT  Locate the document in its SAP Library structure

Definition

If the SAP system has the client role, interface IF_HTTP_CLIENT of class CL_HTTP_CLIENT is implemented. IF_HTTP_CLIENT serves as an interface for gaining access to data structures, so that request and response data can be processed. It also ensures communication between client and server, in this case from the perspective of the client.

Use

An object of the class CL_HTTP_CLIENT, a client control block, is created for every outgoing request, as described above. Like objects in class CL_HTTP_SERVER, this object contains the data structures IF_HTTP_REQUEST and IF_HTTP_RESPONSE for the HTTP request and HTTP response data. It also provides interface references in its own interface to these data structures: attributes REQUEST and RESPONSE: In this case, the response part is empty when the request is sent.

The interface IF_HTTP_CLIENT contains its own attributes and methods, which are different from the server interface, or else do not occur there.

Additional Information

The attributes and methods of interfaceIF_HTTP_CLIENT are described below.

·        Attributes

·        Constants

·        Methods

 

End of Content Area