Http Code

206

Partial Content

The request has been accepted and the response body contains the range(s) of data specified by the request in its `Range` header. The server may send back a single range or a set of ranges depending on the request.

Use Case

A user is viewing a video on the browser, as videos are quite large in size, the server won't send all of it in one go. The client will ask for a range of bytes, and the server will respond with the said bytes.