Backend
The Developer's Guide to Timeouts
Most HTTP clients ship with no timeout at all. How to set connect, read and database timeouts that fail fast instead of hanging forever.
2 articles tagged with "HTTP"
Most HTTP clients ship with no timeout at all. How to set connect, read and database timeouts that fail fast instead of hanging forever.
A practical guide to designing idempotent API endpoints. Covers idempotency keys, HTTP semantics, storage patterns and the edge cases that usually bite first.