32 SwitchingProtocols = 101,
36 NonAuthoritativeInformation = 203,
41 MultipleChoices = 300,
42 MovedPermanently = 301,
47 TemporaryRedirect = 307,
48 PermanentRedirect = 308,
51 PaymentRequired = 402,
54 MethodNotAllowed = 405,
56 ProxyAuthenticationRequired = 407,
61 PreconditionFailed = 412,
62 RequestEntityTooLarge = 413,
63 RequestURITooLong = 414,
64 UnsupportedMediaType = 415,
65 RequestedRangeNotSatisfiable = 416,
66 ExpectationFailed = 417,
67 InternalServerError = 500,
70 ServiceUnavailable = 503,
72 HTTPVersionNotSupported = 505,
73 BandwidthLimitExceeded = 509
79 CloseCodeNormal = 1000,
80 CloseCodeGoingAway = 1001,
81 CloseCodeProtocolError = 1002,
82 CloseCodeDatatypeNotSupported = 1003,
83 CloseCodeReserved1004 = 1004,
84 CloseCodeMissingStatusCode = 1005,
85 CloseCodeAbnormalDisconnection = 1006,
86 CloseCodeWrongDatatype = 1007,
87 CloseCodePolicyViolated = 1008,
88 CloseCodeTooMuchData = 1009,
89 CloseCodeMissingExtension = 1010,
90 CloseCodeBadOperation = 1011,
91 CloseCodeTlsHandshakeFailed = 1015