cleanup, docs

This commit is contained in:
root
2026-06-17 13:02:57 +00:00
parent b8b56cf3dd
commit 4eda629c8d
20 changed files with 24 additions and 50 deletions
-4
View File
@@ -12,10 +12,6 @@ server_start_http
:content
Stops a custom server listener by key and removes its registry config.
```uce
server_stop("site-tests-http");
```
`server_stop()` currently targets custom servers started through `server_start_http()`. The same key model is intended to extend to future `server_start_tcp()` and `server_start_udp()` helpers.
:example