ISAPI describes an interface for Internet servers. An example of an ISAPI server is Windows NT Server running Microsoft Internet Information Server (IIS).
HTTP filters handle server requests. They can be used to handle the following types of applications:
Filter Classes
Filters selected HTTP requests sent to an ISAPI server.
Manages the context for an HTTP filter. This is a helper class to handle multiple, concurrent requests of a CHttpFilter object.
Server Classes
ISAPI server extensions process server requests. MFC ISAPI classes will not process requests from a Common Gateway Interface (CGI).
Extends the functionality of an ISAPI server by processing client requests.
Manages the context for an ISAPI server extension. This is a helper class to handle multiple, concurrent requests of a CHttpServer object.
Related Classes
Handles caching HTML output. Functionally similar to CMemFile.