rmaake1 / httpstatuses

A directory of HTTP Status Codes and code references
https://httpstatuses.com
MIT License
592 stars 77 forks source link

Including C# .NET Code References #68

Closed thiagosgarcia closed 2 years ago

thiagosgarcia commented 4 years ago

Including C# Http Code References for all supported http statuses.

I'd like to highlight that for some of the statuses, C# lets the developer choose between two naming options in HttpStatusCode enum. So I left the default variant listed as "C# HTTP Status Enum" and the alternative as "C# HTTP Status Enum (Alternative)".

If there's any better way to represent that, please, let me know and I'll fix it.

mgernand commented 2 years ago

The codes are now included in the new active repo at httpstatuses

thiagosgarcia commented 2 years ago

Nice! I'll move this code there when I get the bandwidth to do so. Thanks for the heads up!