diff options
author | Loïc Hoguin <[email protected]> | 2013-05-31 15:23:53 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-05-31 15:23:53 +0200 |
commit | 8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6 (patch) | |
tree | db306a45fa1d0167eca958235df7f1c7d987e064 | |
parent | cab1a8fb4575b931daf1df56f64abb9460f5911e (diff) | |
download | cowboy-8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6.tar.gz cowboy-8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6.tar.bz2 cowboy-8fac4eedcf7d658f2933cbb77b4d8fe62429e3d6.zip |
Improve generate_etag return value description
-rw-r--r-- | manual/cowboy_rest.md | 3 |
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 |