mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-02 06:42:40 +00:00
Command arguments:
websocket /api5 "cmd arg1 arg2 arg3"
Optional block:
websocket /api6 cat {
respawn
}
Invalid option in optional block:
websocket /api7 cat {
invalid
}
|
||
|---|---|---|
| .. | ||
| parse | ||
| setup | ||
| config.go | ||
| config_test.go | ||
| directives.go | ||