request_uri()
Instance Public methods
Description
Returns the full path for an HTTP request, as required by Net::HTTP::Get.
If the URI contains a query, the full path is URI#path + '?' + URI#query. Otherwise, the path is simply URI#path.
Please login to continue.