Apache HTTPD
Public Attributes | List of all members
header_entry Struct Reference

Public Attributes

hdr_actions action
 
const charheader
 
apr_array_header_tta
 
ap_regex_tregex
 
const charcondition_var
 
const charsubs
 
ap_expr_info_texpr
 
ap_expr_info_texpr_out
 

Detailed Description

Definition at line 127 of file mod_headers.c.

Member Data Documentation

◆ action

hdr_actions header_entry::action

Definition at line 128 of file mod_headers.c.

◆ condition_var

const char* header_entry::condition_var

Definition at line 132 of file mod_headers.c.

◆ expr

ap_expr_info_t* header_entry::expr

Definition at line 134 of file mod_headers.c.

◆ expr_out

ap_expr_info_t* header_entry::expr_out

Definition at line 135 of file mod_headers.c.

◆ header

const char* header_entry::header

Definition at line 129 of file mod_headers.c.

◆ regex

ap_regex_t* header_entry::regex

Definition at line 131 of file mod_headers.c.

◆ subs

const char* header_entry::subs

Definition at line 133 of file mod_headers.c.

◆ ta

apr_array_header_t* header_entry::ta

Definition at line 130 of file mod_headers.c.


The documentation for this struct was generated from the following file: