cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+3
View File
@@ -36,3 +36,6 @@ SERVE_HTTP:admin(Request* req)
```
The custom server dispatcher uses the same nonblocking HTTP listener machinery as the built-in HTTP/WebSocket path, and hands request/response data through the normal `Request` object. Handler code may block in the first implementation; future worker dispatch can be added without changing this API.
:example
print("server_start_http is resource-bound; configure the service or connection, then call it in request code.\n");