partialContent constant

int const partialContent

partialContent = 206.

This response code is used because of range header sent by the client to separate download into multiple streams.

https://tools.ietf.org/html/rfc7233#section-4.1

Implementation

static const int partialContent = 206;