From f5612eecfab58be41f1a04e4723b03df86b304f6 Mon Sep 17 00:00:00 2001 From: Zbigniew Siciarz Date: Mon, 13 Jun 2011 12:47:50 +0200 Subject: [PATCH] Added cookie endpoints to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d151384..c7df1b5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ httpbin(1): HTTP Client Testing Service `/gzip` Returns gzip-encoded data. `/status/:code` Returns given HTTP Status code. `/redirect/:n` 302 Redirects *n* times. +`/cookies` Returns cookie data. +`/set-cookie/:name/:value` Sets a simple cookie. ## DESCRIPTION