Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danielcrenna/webstrings
- Owner: danielcrenna
- License: apache-2.0
- Created: 2019-11-05T21:56:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T16:13:14.000Z (over 4 years ago)
- Last Synced: 2024-05-01T13:45:04.887Z (7 months ago)
- Language: C#
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.