cleanup, docs

This commit is contained in:
root
2026-06-16 23:02:45 +00:00
parent ea08d5f28b
commit b8b56cf3dd
160 changed files with 1076 additions and 511 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ Returns whether the message currently being handled by `WS(Request& context)` ar
If this returns `false`, the current message was delivered as a text frame.
:example
print("ws_is_binary is resource-bound; configure the service or connection, then call it in request code.\n");
print(ws_is_binary() ? "binary frame" : "text frame (default outside a WS handler)", "\n");