Searched refs:content_type (Results 1 – 2 of 2) sorted by relevance
83 $content_type = 'application/javascript; charset=utf-8';91 $content_type = 'image/svg+xml; charset=utf-8';95 header("Content-Type: $content_type");86 $content_type = 'application/javascript; charset=utf-8'; global() variable 89 $content_type = 'image/svg+xml; charset=utf-8'; global() variable
778 function _httprequest($url,$fp,$URI,$http_method,$content_type="",$body="") argument821 if(!empty($content_type)) {822 $headers .= "Content-type: $content_type";823 if ($content_type == "multipart/form-data")941 function _httpsrequest($url,$URI,$http_method,$content_type="",$body="") argument985 if(!empty($content_type)) {986 if ($content_type == "multipart/form-data")987 $headers[] = "Content-type: $content_type; boundary=".$this->_mime_boundary;989 $headers[] = "Content-type: $content_type";