// http 2xx · success
HTTP 206 Partial Content
Part of the resource is returned (range request).
What HTTP 206 Partial Content means
206 Partial Content is the successful response to a range request — the client asked for part of a resource (via the `Range` header) and the server returned just that slice. It powers resumable downloads and media streaming.
Which category is it?
206 is a 2xx code — Success. 2xx means the request was received, understood, and accepted — everything worked.