implemented mime mode

- required for picoserve
- moved testdata
This commit is contained in:
2025-07-30 00:53:05 +02:00
parent 685c0071f6
commit 659ab3f447
14 changed files with 183 additions and 10 deletions

1
testdata/bytes/bin vendored Normal file
View File

@@ -0,0 +1 @@
゙ュセ<EFBFBD>

12
testdata/bytes/index.html vendored Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>

1
testdata/str/file1.txt vendored Normal file
View File

@@ -0,0 +1 @@
file1

1
testdata/str/sub/file2.txt vendored Normal file
View File

@@ -0,0 +1 @@
file2