Mongrel2\Request::is_disconnect PHP Method

is_disconnect() public method

public is_disconnect ( )
    public function is_disconnect()
    {
        if ($this->headers->METHOD == 'JSON') {
            return $this->data['type'] == 'disconnect';
        }
    }