url property

Uri url

The URL of the server.

Requests to this URL or any URL beneath it are handled by the handler passed to mount. If mount hasn't yet been called, the requests wait until it is. If close has been called, the handler will not be invoked; otherwise, the behavior is implementation-dependent.

Implementation

Uri get url;