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

Public Attributes

struct urlmapnext
 
unsigned int flags
 
unsigned int regflags
 
union { 
 
   const char *   c 
 
   ap_regex_t *   r 
 
from 
 
const charto
 
ap_expr_info_tcond
 

Detailed Description

Definition at line 94 of file mod_proxy_html.c.

Member Data Documentation

◆ c

const char* urlmap::c

Definition at line 99 of file mod_proxy_html.c.

◆ cond

ap_expr_info_t* urlmap::cond

Definition at line 103 of file mod_proxy_html.c.

◆ flags

unsigned int urlmap::flags

Definition at line 96 of file mod_proxy_html.c.

◆ [union]

union { ... } urlmap::from

◆ next

struct urlmap* urlmap::next

Definition at line 95 of file mod_proxy_html.c.

◆ r

ap_regex_t* urlmap::r

Definition at line 100 of file mod_proxy_html.c.

◆ regflags

unsigned int urlmap::regflags

Definition at line 97 of file mod_proxy_html.c.

◆ to

const char* urlmap::to

Definition at line 102 of file mod_proxy_html.c.


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