31 \
Magento\Framework\
App\RequestInterface $httpRequest,
32 \
Magento\Framework\Stdlib\StringUtils $converter
34 $this->_request = $httpRequest;
35 $this->_converter = $converter;
102 $uri = $this->_request->getRequestUri();
104 $uri = $this->_converter->cleanString($uri);
118 $value = $this->_request->getServer($var,
'');