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 httpd module implements the Web server for a Windows 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 |
httpextn | Supports ISAPI extensions. | Depends on the Httpisapi component. This component is required for ISAPI extensions. | Httpextn.lib |
httpfilt | 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 |
See Also
Last updated on Thursday, February 02, 2006
Send Feedback on this topic to the authors