#include <w3types.h>
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. |
Use w3ParseURI to retrieve this structure out of a given const char* string.
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.