Outerfaces.Odd.Plugs.OddRevEndpointPlug (Outerfaces Dependency Distribution (ODD) v0.2.5)

View Source

Plug that serves the current revision as JSON at /__outerfaces__/rev.json.

This endpoint provides a fast, lightweight way for service workers to check the current revision without parsing HTML or fetching bootstrap files.

Usage

Add to your pipeline before OddCDNConsumerServeIndex:

plug OddRevEndpointPlug

Response Format

{
  "rev": "abc123def456",
  "schema_version": "1.0"
}

Cache Headers

Always returns Cache-Control: no-store, no-cache, must-revalidate to ensure clients always get the current rev value.