Show TOC

Developing a HTTP Request HandlerLocate this document in the navigation structure

Use

The central task when creating a HTTP request handler is to implement the interface IF_HTTP_EXTENSION. A prerequisite for this is implementing the method HANDLE_REQUEST () to make it possible to determine how the HTTP request handler should process an incoming HTTP request.

The UML diagram in the section Classes and Interfaces for the Server Role shows the interaction between the classes and interfaces of the ICF.

The finished HTTP Request Handler is included in an ICF Service.

Process

For more information on creating an HTTP Request Handler, see: