Httpful\Response\Headers::offsetExists PHP Method

offsetExists() public method

public offsetExists ( string $offset ) : boolean
$offset string
return boolean
    public function offsetExists($offset)
    {
        return isset($this->headers[$offset]);
    }