Share via


HTTP Functionality (Windows Embedded CE 6.0)

1/6/2010

The Web Server provides a limited set of HTTP 1.0 functionality. The HEAD and GET methods are supported directly. ISAPI Filters, ISAPI Extensions, and Active Server Pages all have access to data that can be read from the POST header and body. However, the Web Server does not use data from the POST header and body directly. It is the responsibility of ISAPI extensions, filters, or ASP pages to handle all other method types.

Note

For more information about HTTP 1.0, visit the W3C Web site.

See Also

Concepts

HTTP Implementation
ISAPI Filters
ISAPI Extensions