|
|
|
| Description |
| Manipulation of entity tags.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| An entity tag is made of a weakness flag and a opaque string.
| | Constructors | | ETag | | | etagIsWeak :: !Bool | The weakness flag. Weak tags looks like W/"blahblah" and
strong tags are like "blahblah".
| | etagToken :: !String | An opaque string. Only characters from 0x20 (sp) to 0x7e (~)
are allowed.
|
|
| Instances | |
|
|
|
| This is equivalent to ETag False. If you want to
generate an ETag from a file, try using
Network.HTTP.Lucu.StaticFile.generateETagFromFile.
|
|
|
| This is equivalent to ETag True.
|
|
| Produced by Haddock version 2.4.2 |