Method: WEBrick::HTTPRequest#request_uri
- Defined in:
- lib/webrick/httprequest.rb
#request_uri ⇒ Object (readonly)
The parsed URI of the request
57 58 59 |
# File 'lib/webrick/httprequest.rb', line 57 def request_uri @request_uri end |