D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
URI
/
HTTP
/
Filename :
request_uri-i.yaml
back
Copy
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::H level: 2 text: Description - !ruby/struct:SM::Flow::P body: Returns the full path for an HTTP request, as required by Net::HTTP::Get. - !ruby/struct:SM::Flow::P body: If the URI contains a query, the full path is URI#path + '?' + URI#query. Otherwise, the path is simply URI#path. full_name: URI::HTTP#request_uri is_singleton: false name: request_uri params: () visibility: public