What problem does it solve?
Automates the audit of HTTP protocol discipline across services to ensure correct semantics, explicit idempotency guidance, and explicit header usage.
Core Features & Use Cases
- Status code semantics and proper error handling without mixing data payloads.
- Explicit idempotency guidance for POST/PATCH operations and header usage.
- Cache headers and Vary/ETag best practices to optimize CDN and client caching.
- TLS 1.2+ with HSTS and ALPN, HTTP/2 multiplexing, and HTTP/3 readiness.
- Webhook signing, SSE support, and robust connection pool sizing considerations.
- CORS configuration and origin restrictions to prevent credential leaks.
- Use cases include API reviews, TLS audits, migrations to HTTP/2/HTTP/3, and incident triage runbooks.
Quick Start
Analyze a target API service and generate a protocol-compliance report detailing status codes, headers, TLS settings, and CORS rules.