URIRequest.uri

string uri() @property nothrow

Get uri property.

Returns

The URI to which the request will be made.
void uri(string propval) @property nothrow

Set uri property.

Parameters

propvalThe URI to which the request will be made.