SCTC
the soundcloud.com terminal client
Data Fields
url Struct Reference

#include <url.h>

Collaboration diagram for url:

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_connnwc
 the request itself, without scheme://[user[:pass]@]host[:port] More...
 

Field Documentation

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"


The documentation for this struct was generated from the following file: