C
void HTTPInit();
Description
Sets all HTTP sockets to the listening state, and initializes the state machine and file handles for each connection. If SSL is enabled, opens a socket on that port as well.
Preconditions
TCP must already be initialized.
Returns
None
Remarks
This function is called only one during lifetime of the application.