GME  13
Public Attributes
apr_uri_t Struct Reference

#include <apr_uri.h>

Collaboration diagram for apr_uri_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

char * scheme
char * hostinfo
char * user
char * password
char * hostname
char * port_str
char * path
char * query
char * fragment
struct hostenthostent
apr_port_t port
unsigned is_initialized:1
unsigned dns_looked_up:1
unsigned dns_resolved:1

Detailed Description

A structure to encompass all of the fields in a uri

Definition at line 85 of file apr_uri.h.


Member Data Documentation

has the DNS been looked up yet

Definition at line 115 of file apr_uri.h.

has the dns been resolved yet

Definition at line 117 of file apr_uri.h.

Trailing "#fragment" string, if present

Definition at line 103 of file apr_uri.h.

structure returned from gethostbyname()

Definition at line 106 of file apr_uri.h.

combined [user[:password]@]host[:port]

Definition at line 89 of file apr_uri.h.

hostname from URI (or from Host: header)

Definition at line 95 of file apr_uri.h.

has the structure been initialized

Definition at line 112 of file apr_uri.h.

password, as in http://user:passwd@host:port/

Definition at line 93 of file apr_uri.h.

the request path (or NULL if only scheme://host was given)

Definition at line 99 of file apr_uri.h.

The port number, numeric, valid only if port_str != NULL

Definition at line 109 of file apr_uri.h.

port string (integer representation is in "port")

Definition at line 97 of file apr_uri.h.

Everything after a '?' in the path, if present

Definition at line 101 of file apr_uri.h.

scheme ("http"/"ftp"/...)

Definition at line 87 of file apr_uri.h.

user name, as in http://user:passwd@host:port/

Definition at line 91 of file apr_uri.h.


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