Files
fil/fixtures/detection/detect_mime_bytes_html.json

12 lines
282 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "detect_mime_bytes_html",
"category": "detection",
"description": "Detect HTML MIME from bytes",
"tags": ["mime_detection", "bytes"],
"call": "detect_mime_type_from_bytes",
"input": {
"data": "html/html.html"
},
"assertions": [{ "type": "not_error" }]
}