#include "wvurl.h"
#include "strutils.h"
Go to the source code of this file.
Functions | |
int | get_default_port (WvString proto) |
bool | protocol_uses_slashes (WvString proto) |
Variables | |
DefaultPort | portmap [] |
|
Definition at line 34 of file wvurl.cc. Referenced by WvUrl::operator WvString(), and WvUrl::WvUrl(). |
|
Definition at line 48 of file wvurl.cc. Referenced by WvUrl::operator WvString(), and WvUrl::WvUrl(). |
|
Initial value: { { "exchangeits", 7070, false }, { "exchangeit", 6969, false }, { "https", 443, true }, { "http", 80, true }, { "sip", 5060, false }, { "ftp", 21, true }, { NULL, 0 } } |