36 SwitchingProtocols = 101,
40 NonAuthoritativeInformation = 203,
45 MultipleChoices = 300,
46 MovedPermanently = 301,
51 TemporaryRedirect = 307,
52 PermanentRedirect = 308,
55 PaymentRequired = 402,
58 MethodNotAllowed = 405,
60 ProxyAuthenticationRequired = 407,
65 PreconditionFailed = 412,
66 RequestEntityTooLarge = 413,
67 RequestURITooLong = 414,
68 UnsupportedMediaType = 415,
69 RequestedRangeNotSatisfiable = 416,
70 ExpectationFailed = 417,
71 InternalServerError = 500,
74 ServiceUnavailable = 503,
76 HTTPVersionNotSupported = 505,
77 BandwidthLimitExceeded = 509
83 CloseCodeNormal = 1000,
84 CloseCodeGoingAway = 1001,
85 CloseCodeProtocolError = 1002,
86 CloseCodeDatatypeNotSupported = 1003,
87 CloseCodeReserved1004 = 1004,
88 CloseCodeMissingStatusCode = 1005,
89 CloseCodeAbnormalDisconnection = 1006,
90 CloseCodeWrongDatatype = 1007,
91 CloseCodePolicyViolated = 1008,
92 CloseCodeTooMuchData = 1009,
93 CloseCodeMissingExtension = 1010,
94 CloseCodeBadOperation = 1011,
95 CloseCodeTlsHandshakeFailed = 1015