Apache HTTPD
Modules | Classes | Macros | Typedefs
Apache HTTP Server

Modules

 Loadable modules
 
 Operating System Specific
 
 Internal interfaces
 
 Core routines
 
 Module Magic mime types
 
 Possible values for request_rec.read_body
 
 Possible values for request_rec.used_path_info
 
 Proxy request types
 
 Multi-Processing Modules
 

Classes

struct  htaccess_result
 This represents the result of calling htaccess; these are cached for each request. More...
 
struct  process_rec
 A structure that represents one process. More...
 
struct  request_rec
 A structure that represents the current request. More...
 

Macros

#define LF   10
 
#define CR   13
 
#define CRLF   "\015\012"
 
#define CRLF_ASCII   "\015\012"
 

Typedefs

typedef struct process_rec process_rec
 
typedef struct server_rec server_rec
 
typedef struct conn_rec conn_rec
 
typedef struct request_rec request_rec
 
typedef struct conn_state_t conn_state_t
 

Detailed Description

Top level group of which all other groups are a member

Macro Definition Documentation

◆ CR

#define CR   13

carriage return

Definition at line 722 of file httpd.h.

◆ CRLF

#define CRLF   "\015\012"

carriage return /Line Feed Combo

Definition at line 724 of file httpd.h.

◆ CRLF_ASCII

#define CRLF_ASCII   "\015\012"

Useful for common code with either platform charset.

Definition at line 737 of file httpd.h.

◆ LF

#define LF   10

linefeed

Definition at line 720 of file httpd.h.

Typedef Documentation

◆ conn_rec

A structure that represents one connection

Definition at line 816 of file httpd.h.

◆ conn_state_t

A structure that represents the status of the current connection

Definition at line 820 of file httpd.h.

◆ process_rec

A structure that represents one process

Definition at line 812 of file httpd.h.

◆ request_rec

A structure that represents the current request

Definition at line 818 of file httpd.h.

◆ server_rec

A structure that represents a virtual server

Definition at line 814 of file httpd.h.