Share via


httpd Module

The httpd module implements the Web server for a Windows CE–based platform. This module exposes no public functions.

HTTPD Components

The httpd module contains the following components.

Component Description Notes 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
HTTPCORE Core Web server component. Required in all configurations.  
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 configurations. Httpparse.lib

See Also

Server Modules

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.