aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-31 15:23:53 +0200
committerLoïc Hoguin <[email protected]>2013-05-31 15:23:53 +0200
commit8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6 (patch)
treedb306a45fa1d0167eca958235df7f1c7d987e064 /manual
parentcab1a8fb4575b931daf1df56f64abb9460f5911e (diff)
downloadcowboy-8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6.tar.gz
cowboy-8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6.tar.bz2
cowboy-8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6.zip
Improve generate_etag return value description
Diffstat (limited to 'manual')
-rw-r--r--manual/cowboy_rest.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/cowboy_rest.md b/manual/cowboy_rest.md
index 4d5862a..4891d9d 100644
--- a/manual/cowboy_rest.md
+++ b/manual/cowboy_rest.md
@@ -299,7 +299,8 @@ REST callbacks description
> This value will be sent as the value of the etag header.
>
> If a binary is returned, then the value will be parsed
-> to the tuple form automatically.
+> to the tuple form automatically. The value must be in
+> the same format as the etag header, including quotes.
### is_authorized