
Filling the Server Control Block (4)
Once the incoming HTTP request has been read, the object that was created in step 1 above is filled with content. At the beginning of the process, the attribute
Request always has content, while the attribute Response is always empty. During the processing procedure by the HTTP request handlers, IF_HTTP_SERVER calls the relevant methods and the response object is thus filled or modified.Then comes the
Client Logon (6).