We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fb63a commit e8e0326Copy full SHA for e8e0326
1 file changed
src/IndieWeb/link_rel_parser.php
@@ -51,7 +51,8 @@ function http_rels($h) {
51
// in $url: URL to get HTTP HEAD Link (and effective/x-extended) rels
52
// returns: array of
53
// "status"=> HTTP status code,
54
-// "rels" array with
+// "type"=> HTTP Content-Type
55
+// "rels" array with http_rels return value
56
function head_http_rels($url) {
57
$c = curl_init();
58
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
0 commit comments