Right part of the URI, after uri_root, often the resource path and the query

Property definitions

app $ AsyncHttpRequest :: uri_tail
	# Right part of the URI, after `uri_root`, often the resource path and the query
	fun uri_tail: String do return ""
lib/app/http_request.nit:75,2--76,34