w3URI Struct Reference

Describes a URI. More...

#include <w3types.h>

List of all members.


Public Members

char* hostname
Name of the host running the server.

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

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

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


Detailed Description

Describes a URI.

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


Member Data Documentation

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.

char* w3URI::filename

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

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 at Thu Jun 1 21:36:22 2000 for HTTP Client advanced version by doxygen  written by Dimitri van Heesch, © 1997-1999