Unit 'CustWeb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

Reference for unit 'CustWeb'

Base functionality for HTTP hosting implementations

uses

  System,

  CustApp,

  

Custom application class.

  Classes,

  sysutils,

  HTTPDefs,

  

Basic HTTP protocol declarations and classes

  fpHTTP,

  

HTTP request handling for web servers

  EventLog;

  

Unit implementing system log class.

Overview

The custweb unit provides the base functionality common to all HTTP hosting implementations in Free Pascal: CGI, FastCGI, HTTP server and Apache loadable modules. It contains the foundational classes TWebHandler and TCustomWebApplication that handle HTTP requests and provide web application functionality.

The unit supports module-based request handling, error management, event logging, and various configuration options for different hosting environments. It provides the infrastructure for routing requests to appropriate HTTP modules and managing the complete request-response cycle.


Documentation generated on: Jan 27 2026