Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-rzr-i/etagmw
Add ETag variable in HTTP response
https://github.com/i-rzr-i/etagmw
etag header http middleware response variable
Last synced: 3 days ago
JSON representation
Add ETag variable in HTTP response
- Host: GitHub
- URL: https://github.com/i-rzr-i/etagmw
- Owner: I-RzR-I
- License: mit
- Created: 2023-08-16T05:21:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T23:06:56.000Z (over 1 year ago)
- Last Synced: 2025-01-02T05:52:48.680Z (13 days ago)
- Topics: etag, header, http, middleware, response, variable
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note** This repository is developed in .netstandard2.0
[![NuGet Version](https://img.shields.io/nuget/v/ETagMW.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/ETagMW/)
[![Nuget Downloads](https://img.shields.io/nuget/dt/ETagMW.svg?style=flat&logo=nuget)](https://www.nuget.org/packages/ETagMW)This middleware provides a dynamic set of the ETag value returned to the caller in the header response.
One important thing about this repository is that you can customize the value with yours or it will be generated.**In case you wish to use it in your project, u can install the package from nuget.org** or specify what version you want:
> `Install-Package ETagMW -Version x.x.x.x`
## Content
1. [USING](docs/usage.md)
1. [CHANGELOG](docs/CHANGELOG.md)
1. [BRANCH-GUIDE](docs/branch-guide.md)