Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Elefrant/elefrant-etag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elefrant eTag

wercker status

Dependency Status

The ETag or entity tag is part of HTTP, the protocol for the World Wide Web. It is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests. This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed. ETags can also be used for optimistic concurrency control, as a way to help prevent simultaneous updates of a resource from overwriting each other.

Install

$ elefrant install elefrant-etag

Config

Copy eTag.js from ./components/elefrant-eTag to main config folder.

Usage

Activate the component.

License

MIT © Elefrant

About

Allow clients to make conditional requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published