Endpoints
Edge nodes expose a fixed, minimal surface. Everything else is served by the origin and never reaches this host.
| Path | Purpose |
|---|---|
/ | node overview, this documentation |
/assets/* | cached static objects, immutable by content hash |
Caching
Objects under /assets/ are addressed by content hash and are
served with a long max-age. A changed object gets a new address, so caches
are never invalidated by hand.
Transport
- TLS 1.3 only; older versions are refused.
- HTTP/2 is preferred; HTTP/1.1 is accepted for compatibility.
- Plain HTTP is not served on this node.