Scalr\Api\Rest\Http\Response::getContentType PHP Method

getContentType() public method

Gets content type as header Content-Type value
public getContentType ( ) : string
return string
    public function getContentType()
    {
        return "{$this->contentType}" . (empty($this->encoding) ? "" : "; {$this->encoding}");
    }