Programming Model

The HTTP Server API programming model includes five groups of activities:

Diagram that shows the H T T P Server A P I programming model.

For a sample application that shows how to handle the HTTP GET and POST request actions and how to send a 503 (NOT_IMPLEMENTED) error if actions are present in the request that the application does not handle, see HTTP Server Sample Application.