From 45a69ebcd3fabe179dad751c36aa64214731fc57 Mon Sep 17 00:00:00 2001 From: Alexandru Chirila Date: Mon, 10 Dec 2018 13:28:54 +0200 Subject: [PATCH] Add OPTIONS to docs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06be017..8a1765a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Hock supports the 5 primary HTTP methods at this time: * DELETE * HEAD * COPY +* OPTIONS ```Javascript // Returns a hock Request object