diff options
author | Loïc Hoguin <[email protected]> | 2014-06-10 08:38:54 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-06-10 08:39:40 +0200 |
commit | fc7e038fbab8ad1b5b11548f9d009c1b6ccd4be3 (patch) | |
tree | 4fc8ce506d07f8acf08ed545aaf0df18dbcd9d06 /manual | |
parent | 7a808e0aa3e764d923da74e18f76790936d19a35 (diff) | |
parent | 6ed25fd60b0cc502ae79baf20456bb2d2b02973e (diff) | |
download | cowboy-fc7e038fbab8ad1b5b11548f9d009c1b6ccd4be3.tar.gz cowboy-fc7e038fbab8ad1b5b11548f9d009c1b6ccd4be3.tar.bz2 cowboy-fc7e038fbab8ad1b5b11548f9d009c1b6ccd4be3.zip |
Merge branch 'binary-expires' of git://github.com/NineFX/cowboy
Diffstat (limited to 'manual')
-rw-r--r-- | manual/cowboy_rest.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy_rest.md b/manual/cowboy_rest.md index 7a38bb7..a2abf3a 100644 --- a/manual/cowboy_rest.md +++ b/manual/cowboy_rest.md @@ -275,7 +275,7 @@ REST callbacks description ### expires > * Methods: GET, HEAD -> * Value type: calendar:datetime() | undefined +> * Value type: calendar:datetime() | binary() | undefined > * Default value: undefined > > Return the date of expiration of the resource. |