Ended up adding the request-handler.md and request-response.md too

This commit is contained in:
Relism
2024-12-24 18:32:29 +01:00
parent 477d06dff7
commit f07554408d
5 changed files with 299 additions and 5 deletions
+4 -1
View File
@@ -5,7 +5,10 @@
"items": [
{ "text": "Getting Started", "link": "/flash" },
{ "text": "Installation", "link": "/flash/installation" },
{ "text": "Server Types", "link": "/flash/server-types" }
{ "text": "Server Types", "link": "/flash/server-types" },
{ "text": "RequestHandler", "link": "/flash/request-handler"},
{ "text": "Request and Response", "link": "/flash/request-response"},
{ "text": "Server Router", "link": "/flash/server-router" }
]
}
]