Instagram\API\Framework\Response::getContentType PHP Method

getContentType() public method

Get Content Type
public getContentType ( ) : string
return string
    public function getContentType()
    {
        $headers = $this->getHeaders();
        return $headers["content-type"];
    }