Kelpie\Server\Headers::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $key )
    public function offsetExists($key)
    {
        return isset($this->_sent[$key]);
    }