Method: Net::HTTPResponse#uri

Defined in:
lib/net/http/response.rb

#uriObject

The URI used to fetch this response. The response URI is only available if a URI was used to create the request.



221
222
223
# File 'lib/net/http/response.rb', line 221

def uri
  @uri
end