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

#include <mod_proxy.h>

Public Attributes

const charscheme
 
const charprotocol
 
const charhostname
 
ap_regex_tregexp
 
const charcreds
 
int use_regex
 
apr_port_t port
 

Detailed Description

Definition at line 119 of file mod_proxy.h.

Member Data Documentation

◆ creds

const char* proxy_remote::creds

Definition at line 124 of file mod_proxy.h.

◆ hostname

const char* proxy_remote::hostname

Definition at line 122 of file mod_proxy.h.

◆ port

apr_port_t proxy_remote::port

Definition at line 126 of file mod_proxy.h.

◆ protocol

const char* proxy_remote::protocol

Definition at line 121 of file mod_proxy.h.

◆ regexp

ap_regex_t* proxy_remote::regexp

Definition at line 123 of file mod_proxy.h.

◆ scheme

const char* proxy_remote::scheme

Definition at line 120 of file mod_proxy.h.

◆ use_regex

int proxy_remote::use_regex

Definition at line 125 of file mod_proxy.h.


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