![]() |
SCTC
the soundcloud.com terminal client
|
#include <url.h>
Data Fields | |
| char * | scheme |
| char * | user |
| the scheme, currently 'only' "http" and "https" More... | |
| char * | pass |
| the user More... | |
| char * | host |
| the corresponding password More... | |
| int | port |
| the host More... | |
| char * | request |
| the port More... | |
| struct network_conn * | nwc |
| the request itself, without scheme://[user[:pass]@]host[:port] More... | |
| char* url::host |
the corresponding password
| struct network_conn* url::nwc |
the request itself, without scheme://[user[:pass]@]host[:port]
| char* url::pass |
the user
| int url::port |
the host
| char* url::request |
the port
| char* url::scheme |
| char* url::user |
the scheme, currently 'only' "http" and "https"
1.8.9.1