GME
13
|
#include <apr_uri.h>
Public Attributes | |
char * | scheme |
char * | hostinfo |
char * | user |
char * | password |
char * | hostname |
char * | port_str |
char * | path |
char * | query |
char * | fragment |
struct hostent * | hostent |
apr_port_t | port |
unsigned | is_initialized:1 |
unsigned | dns_looked_up:1 |
unsigned | dns_resolved:1 |
unsigned apr_uri_t::dns_looked_up |
unsigned apr_uri_t::dns_resolved |
char* apr_uri_t::fragment |
struct hostent* apr_uri_t::hostent |
char* apr_uri_t::hostinfo |
char* apr_uri_t::hostname |
unsigned apr_uri_t::is_initialized |
char* apr_uri_t::password |
password, as in http://user:passwd@host:port/
char* apr_uri_t::path |
char* apr_uri_t::port_str |
char* apr_uri_t::query |
char* apr_uri_t::scheme |
char* apr_uri_t::user |
user name, as in http://user:passwd@host:port/