Microweber\Utils\Adapters\Http\Curl::setHttpHeaders PHP Method

setHttpHeaders() public method

Headers can be modified depending on what you need cURL to accomplish
public setHttpHeaders ( $headers )
    public function setHttpHeaders($headers)
    {
        $this->http_headers = $headers;
        return $this;
    }