Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
denismitr committed Oct 21, 2018
1 parent d13e00e commit 3743fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Laravel Etag Middleware for JSON APIs
This a middleware specifically for the Laravel framework and __RESTful APIs__ build with it.
It hashaes the response content and adds it to ETag header of HTTP response.
Then it listenes to __If-Match__ and __If-Not-Match__ headers of the requests that expect to
Then it listenes to __If-Match__ and __If-None-Match__ headers of the requests that expect to
receive json in response in order to see if a new content needs to be delivered or just 304 Not Modified response is sufficient.

## Author
Expand Down

0 comments on commit 3743fd8

Please sign in to comment.