Look up a Rails HTTP Status Code

206 - Partial Content

Rails HTTP Status code :partial_content

When to use status code 206

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.