angular-restmod
angular-restmod copied to clipboard
Add ETag support
Capture ETag
header on $fetch
and send the proper If-Match
and If-None-Match
headers on $fetch
and $save
(update), just for individual records for now...
Also make sure that 304 response codes are properly handled.
I'll probably add this as an extension, not many server frameworks use it.