Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 386 Bytes

WebApiAsyncETagStrategy

An async pattern for reading and setting ETag headers in ASP.NET Web API.

Goals

  • Single file like PetaPoco / Massive
  • ETag only, at least at first
  • Way to specify
    • ETag Lookup Function
    • Model Get Function
    • Property from Model with current ETag
  • Take care of checking the Request Headers and setting the Response Headers