httpd Module (Windows Embedded CE 6.0)
1/6/2010
The httpd module implements the Web server for a Windows Embedded CEābased OS design. This module exposes no public functions. For more information, see Web Server (HTTPD).
Components
The following table shows the components contained in the httpd module.
Component | Description | Note | Library |
---|---|---|---|
httpasp |
Supports ASP. |
Required for ASP support. This component depends on the Httpisapi and Httpextn components. |
Httpasp.lib |
httpauth |
Required for authentication. |
Required for authentication. |
Httpauth.lib |
httpd |
Core Web server component. |
Required in all OS designs. |
Httpd.lib |
httpdav |
Support for WebDAV. |
Required for sharing files using the WebDAV protocol. |
httpdav.lib |
Supports ISAPI extensions. |
Depends on the Httpisapi component. This component is required for ISAPI extensions. |
Httpextn.lib |
|
Supports ISAPI filters. |
Depends on Httpisapi and Httpextn. This component is required for ISAPI filters. |
Httpfilt.lib |
|
httpisapi |
Contains the core code that is required to implement the httpextn, httpfilt, and httpasp components. |
Required for server-side scripting with the httpextn, httpfilt, and httpasp components. |
Httpisapi.lib |
httpparse |
Web server parsing component. |
Required in all OS designs. |
Httpparse.lib |