SimpleHttpRequest::getHeaders PHP Method

getHeaders() public method

Get the headers to be sent with the request.
public getHeaders ( ) : array
return array
    public function getHeaders()
    {
        return $this->headers;
    }