Added static-file-server.md

This commit is contained in:
Relism
2025-02-27 14:01:50 +01:00
parent a5eac9e6a0
commit 40f944d4c5
4 changed files with 111 additions and 24 deletions
+3 -2
View File
@@ -8,8 +8,9 @@
{ "text": "RequestHandler", "link": "/flash/request-handler"},
{ "text": "Request and Response", "link": "/flash/request-response"},
{ "text": "Server Router", "link": "/flash/server-router" },
{ "text": "Handler Default Implementation", "link": "/flash/handler-default-implementation" },
{ "text": "Websockets", "link": "/flash/websockets" }
{ "text": "Handler Default Implementations", "link": "/flash/handler-default-implementations" },
{ "text": "Websockets", "link": "/flash/websockets" },
{ "text": "Static Files Server", "link": "/flash/static-file-server" }
]
}
]