Apache 1.3 API Documentation

Structure uri_components

Definition:

typedef struct { 
    char *scheme; 
    char *hostinfo; 
    char *user; 
    char *password; 
    char *hostname; 
    char *port_str; 
    char *path; 
    char *query; 
    char *fragment; 
    struct hostent *hostent; 
    unsigned short port; 
    unsigned is_initialized:1; 
    unsigned dns_looked_up:1; 
    unsigned dns_resolved:1; 
} uri_components; 
     

Usage example:

No examples available.
     

No documentation available.

See also:
BUFF, cmd_parms, command_rec, conn_rec, proxyreqtype, request_rec, server_addr_rec, server_rec

Previous: table Next: vtime_t

Table of Contents (Routines, Structures, Data Cells, Constants)