
Creating the Server Control Block (2)
The server control block is an object in the class CL_HTTP_SERVER. This class implements the interface IF_HTTP_SERVER.
The object encapsulates all information of a HTTP connection. It contain structures for HTTP request and response, the session ID, and other information about the connection. Initially, all fields are empty.
The structure is described in detail under
IF_HTTP_SERVER.The next step is
Filling the Server Control Block (4).