VOOZH about

URL: https://apistylebook.com/design/topics/http-status-206

⇱ 206 Partial Content


206 Partial Content

The server is delivering only part of the resource (byte serving) due to a range header sent by the client. The range header is used by HTTP clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams.

Deliveroo - API Design

Caching
Responses with the following status codes should specify a Cache-Control header

Heroku - HTTP API Design Guide

Return appropriate status codes