w3URI Struct Reference
[Client]

#include <w3types.h>


Data Fields

char * hostname
char * path
char * filename
short int port


Detailed Description

Describes a URI. Use w3ParseURI to retrieve this structure out of a given const char* string.


Field Documentation

char* w3URI::filename
 

Complete filename of the file to be retrieved. THIS IS NOT USED YET !

char* w3URI::hostname
 

Name of the host running the server.

char* w3URI::path
 

Complete path to the file including all necessary slashes and so on.

short int w3URI::port
 

Port number of the server process. HTTP servers normally run on port 80.


The documentation for this struct was generated from the following file:
Generated on Thu Jul 6 15:37:32 2006 for w3server by  doxygen 1.4.6