Psr7Middlewares\Middleware\DebugBar::captureAjax PHP Method

captureAjax() public method

Configure whether capture ajax requests to send the data with headers.
public captureAjax ( boolean $captureAjax = true ) : self
$captureAjax boolean
return self
    public function captureAjax($captureAjax = true)
    {
        $this->captureAjax = $captureAjax;
        return $this;
    }