switchingProtocols constant

int const switchingProtocols

switchingProtocols = 101.

This code is sent in response to an Upgrade request header by the client, and indicates the protocol the server is switching too.

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

Implementation

static const int switchingProtocols = 101;