diff options
author | Drew Varner <[email protected]> | 2014-06-06 02:37:24 -0400 |
---|---|---|
committer | Drew Varner <[email protected]> | 2014-06-10 00:12:26 +0200 |
commit | 6ed25fd60b0cc502ae79baf20456bb2d2b02973e (patch) | |
tree | 710d9b633c4059508468a1bf81832dbcf47497e8 /manual | |
parent | 7a808e0aa3e764d923da74e18f76790936d19a35 (diff) | |
download | cowboy-6ed25fd60b0cc502ae79baf20456bb2d2b02973e.tar.gz cowboy-6ed25fd60b0cc502ae79baf20456bb2d2b02973e.tar.bz2 cowboy-6ed25fd60b0cc502ae79baf20456bb2d2b02973e.zip |
Allow users to pass a raw binary() as the expires header.
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. |