Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HTTP Server API programming model includes five groups of activities:
- Setup configuration
- Run-time configuration
- Creating and binding to a request queue
- Processing requests
- Shutdown and cleanup
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.