Partager via


HTTP Functionality (Compact 2013)

3/26/2014

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 (ASP) 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 Internet Server API (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
Active Server Pages