#include <url_help.h>
Static Public Member Functions | |
Operations | |
| static CL_StringRef | get_protocol (const CL_StringRef &url) |
| Returns the protocol name. | |
| static CL_StringRef | get_full_path (const CL_StringRef &url) |
| Returns the entire URL path. | |
| static CL_StringRef | get_host (const CL_StringRef &url) |
| Returns the host name of the URL. | |
| static CL_StringRef | get_port (const CL_StringRef &url) |
| Returns the port of the URL. | |
| static CL_StringRef | get_local_path (const CL_StringRef &url) |
| Returns the local path of the URL. | |
| static CL_StringRef | get_query (const CL_StringRef &url) |
| Returns the query of the URL. | |
|
|
Returns the entire URL path.
|
|
|
Returns the host name of the URL.
|
|
|
Returns the local path of the URL.
|
|
|
Returns the port of the URL.
|
|
|
Returns the protocol name.
|
|
|
Returns the query of the URL.
|
1.4.6