Integration
Objects are addressed by stable paths. Requests carrying a matching validator receive 304 Not Modified.
Fetching an object
curl -s -o photo.jpg -H 'Accept: image/avif,image/webp,image/*' https://edge.staticfile.online/assets/photo-01.jpg
Cache semantics
| Header | Value |
|---|---|
Cache-Control | public, max-age=86400 |
ETag | weak validator, per object |
Accept-Ranges | bytes |
Media segments under /static/av/ are served with a seven day TTL and support range requests for seeking.