cleanup, docs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user