-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Milestone
Description
Please implement complete list of HTTP status codes. See https://tools.ietf.org/html/rfc6585 for many status codes that are missing in:
Ignoring the Unofficial codes section from this list: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes, we basically should have all status codes covered in HttpStatusCode enum.
Ex, Azure DocumentDB server returns 429 (Too Many Requests) for which i have to check integral value of HttpResponseMessage.StatusCode in HttpClient.
Reactions are currently unavailable