HTTP Semantics

Use when designing or reviewing HTTP-based systems where method semantics, status codes, idempotency, safe methods, conditional requests, content negotiation, caching headers, range requests, integrity digests, or representation metadata are load-bearing. Covers the RFC 9110/9111/9112 contract layer below any specific framework. Do NOT use for API surface shape and route taxonomy (use api-design), for WebSocket or SSE bidirectional streams (use streaming-architecture skill when available), for vendor-specific webhook signing (use webhook-integration), or for transport-level concerns like TLS or QUIC (use platform-level documentation). Do NOT use for decide between WebSocket and SSE for live updates (use streaming-architecture).

jacob-balslev 825d4a0 4 files · 68.6 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/http-semantics commit 825d4a01a6

Frequently asked questions

npx skillmds@latest add jacob-balslev/http-semantics