Functional Area : HTTP Server Programming

To handle a HTTP request from a client, call startServer() to start a server socket, then pass it to acceptHttp(), which waits for a client connection and handles it as HTTP request by returning a HttpService object, which is then typically passed to a function or thread for processing.

Related System Functions

Related Object Types