|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
URL component parts.
| Field Summary | |
cef_string_t |
host
Host component. |
cef_string_t |
password
Password component. |
cef_string_t |
path
Path component including the first slash following the host. |
cef_string_t |
port
Port number component. |
cef_string_t |
query
Query string component (i.e., everything following the '?'). |
cef_string_t |
scheme
Scheme component not including the colon (e.g., "http"). |
cef_string_t |
spec
The complete URL specification. |
cef_string_t |
username
User name component. |
| Field Detail |
public cef_string_t host;
public cef_string_t password;
public cef_string_t path;
public cef_string_t port;
public cef_string_t query;
public cef_string_t scheme;
public cef_string_t spec;
public cef_string_t username;
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||