multipleChoices constant

int const multipleChoices

multipleChoices = 300.

The request has more than one possible responses. User-agent or user should choose one of them.

There is no standardized way to choose one of the responses.

https://tools.ietf.org/html/rfc7231#section-6.4.1

Implementation

static const int multipleChoices = 300;