Method: HTTP::Request#uri
- Defined in:
- lib/http/request.rb
#uri ⇒ Object (readonly)
"Request URI" as per RFC 2616 http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html
80 81 82 |
# File 'lib/http/request.rb', line 80 def uri @uri end |