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
69 70 71 |
# File 'lib/http/request.rb', line 69 def uri @uri end |