Ergo\Http\NullRequest::getHeaders PHP Method

getHeaders() public method

public getHeaders ( ) : HeaderCollection
return HeaderCollection
    public function getHeaders()
    {
        return new HeaderCollection(array());
    }