Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielcrenna/webstrings

One place to find all HTTP headers, verbs, and methods for .NET applications.
https://github.com/danielcrenna/webstrings

Last synced: 1 day ago
JSON representation

One place to find all HTTP headers, verbs, and methods for .NET applications.

Awesome Lists containing this project

README

        

WebStrings
==========

- Headers, Methods, and Media Types are scattered all over the .NET Framework and Microsoft NuGet packages.
- These implementations often differ on platform, making it difficult to know which settings are located where.
- This small project is meant to polyfill the main classes, `HeaderNames`, `MediaTypeNames`, and `HttpMethods` into a single location.