Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)