Apache HTTPD
Modules | Macros
Core routines

Modules

 Apache exports
 
 Expression parser
 
 Apache Hooks
 
 Apache Listeners Library
 
 Module Magic Number
 
 Multi-Processing Module library
 
 Provider API
 
 Configuration
 
 Connection Library
 
 Core HTTP Daemon
 
 Logging library
 
 Command line options
 
 HTTP Protocol Handling
 
 Apache Request Processing
 
 Virtual Host Package
 
 HTTP Daemon Routine
 
 Binary notes recognized by the server
 Binary notes recognized by the server.
 
 Charset Conversion
 
 
 Utilities for EBCDIC conversion
 
 FastCGI Tools
 
 Filter Chain
 
 MD5 Package Library
 
 Mutex Library
 
 Script Tools
 
 Date-time handling functions
 
 Variable length buffer library
 
 XML Library
 

Macros

#define AP_REQUEST_IS_TRUSTED_CT(r)    (!!AP_REQUEST_GET_BNOTE((r), AP_REQUEST_TRUSTED_CT))
 

Detailed Description

Macro Definition Documentation

◆ AP_REQUEST_IS_TRUSTED_CT

#define AP_REQUEST_IS_TRUSTED_CT (   r)     (!!AP_REQUEST_GET_BNOTE((r), AP_REQUEST_TRUSTED_CT))

Returns true if the content-type field is from a trusted source

Definition at line 696 of file httpd.h.