set_uri
Description:
public void set_uri (
string protocol,
string host,
string raw_path,
string clean_path)
Set the URI given the components of a URL.
Parameters:
protocol |
HTTP protocol |
host |
HTTP hostname |
raw_path |
Path of the URL |
clean_path |
Entity-stripped path |