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.
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)