app :: AsyncHttpRequest :: uri
uri_root / uri_tail
# URI target of this request, by default it is composed of `uri_root / uri_tail` fun uri: Text do return uri_root / uri_tail
redef var uri
redef fun uri do return "http://example.com/"