Request.setUri

Set the requested URI.

The URI is the resource (usually a web page or a file) that you want to get or post. The URI is "/" (the root page) by default.

Params uri = URI to request, relative to the host

class Request
void
setUri
(
const(char)[] uri
)

Meta