From b58a0549e139b410db50ddd443cc457fb677fa7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 12 Apr 2013 18:20:41 +0200 Subject: Add default operations for OPTIONS method in REST It defaults to setting the Allow header to "HEAD, GET, OPTIONS". --- guide/rest_handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide/rest_handlers.md') diff --git a/guide/rest_handlers.md b/guide/rest_handlers.md index 1eccc65..5ae6b88 100644 --- a/guide/rest_handlers.md +++ b/guide/rest_handlers.md @@ -77,7 +77,7 @@ empty column means there is no default value for this callback. | moved_permanently | `false` | | moved_temporarily | `false` | | multiple_choices | `false` | -| options | | +| options | `ok` | | previously_existed | `false` | | resource_exists | `true` | | service_available | `true` | -- cgit v1.2.3