All notable changes to EtagConditionals
will be documented in this file.
Added support for weak comparisons, so W/ can be stripped from etags
- Added support for weak comparisons within IfMatch
- Added support for weak comparisons within IfNoneMatch
- Added configurations options for both so strong comparisons can be enabled optionally
- Added tests for both IfMatch and IfNoneMatch
Rework of IfMatch internals + tests updated
Initial release
- IfMatch Middleware
- IfNoneMatch Middleware
- SetEtag Middleware
- Tests