From 6ed25fd60b0cc502ae79baf20456bb2d2b02973e Mon Sep 17 00:00:00 2001 From: Drew Varner Date: Fri, 6 Jun 2014 02:37:24 -0400 Subject: Allow users to pass a raw binary() as the expires header. --- manual/cowboy_rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') 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. -- cgit v1.2.3