method
request_uri
v1_9_2_180 -
Show latest stable
- Class:
URI::HTTP
request_uri()public
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.