SoupURI

Undocumented in source.

Members

Variables

fragment
char* fragment;

a fragment identifier within @path, or %NULL

host
char* host;

the hostname or IP address, or %NULL

password
char* password;

a password, or %NULL

path
char* path;

the path on @host

port
uint port;

the port number on @host

query
char* query;

a query for @path, or %NULL

scheme
const(char)* scheme;

the URI scheme (eg, "http")

user
char* user;

a username, or %NULL

Meta