Method: Spider::HTTPController::HTTPRequest#path
- Defined in:
- lib/spiderfw/controller/http_controller.rb
#path ⇒ Object
Returns PATH_INFO reversing any proxy mappings if needed.
| 190 191 192 | # File 'lib/spiderfw/controller/http_controller.rb', line 190 def path Spider::ControllerMixins::HTTPMixin.reverse_proxy_mapping(self.env['PATH_INFO']) end |