URL helper functions. More...
#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. | |
URL helper functions.
| static CL_StringRef CL_URLHelp::get_full_path | ( | const CL_StringRef & | url | ) | [static] |
Returns the entire URL path.
| static CL_StringRef CL_URLHelp::get_host | ( | const CL_StringRef & | url | ) | [static] |
Returns the host name of the URL.
| static CL_StringRef CL_URLHelp::get_local_path | ( | const CL_StringRef & | url | ) | [static] |
Returns the local path of the URL.
| static CL_StringRef CL_URLHelp::get_port | ( | const CL_StringRef & | url | ) | [static] |
Returns the port of the URL.
| static CL_StringRef CL_URLHelp::get_protocol | ( | const CL_StringRef & | url | ) | [static] |
Returns the protocol name.
| static CL_StringRef CL_URLHelp::get_query | ( | const CL_StringRef & | url | ) | [static] |
Returns the query of the URL.
1.7.1