Phue\Transport\Adapter\Curl::getContentType PHP Method

getContentType() public method

Get response content type
public getContentType ( ) : string
return string Response content type
    public function getContentType()
    {
        return curl_getinfo($this->curl, CURLINFO_CONTENT_TYPE);
    }