This is a document served over HTTP/Minimal - a constrained version of HTTP for human-readable content without tracking, scripts, or manipulation.
HTTP/Minimal is not a new protocol. It's a voluntary restriction on how HTTP is used:
Markdown is:
Request this page with different Accept headers:
# Get rendered HTML (default)
curl https://httpmini.com/
# Get raw Markdown
curl -H "Accept: text/markdown" https://httpmini.com/
# Check compliance
curl https://httpmini.com/.well-known/http-minimal