From 945febf4c388a2217676b88405c34c16959cf1a6 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Tue, 28 Jan 2014 10:11:04 -0300 Subject: [PATCH] Update README.md [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c01a69..f8b3991 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ http://httpbin.org clone * /robots.txt Returns some robots.txt rules. * /deny Denied by robots.txt file. * /cache Returns 200 unless an If-Modified-Since header is provided, when it returns a 304 Not Modified. +* /base64/:value Decodes base64url-encoded string +* /websocket Echo message received through websocket ## TODO @@ -39,6 +41,4 @@ http://httpbin.org clone * /response-headers?key=val Returns given response headers. * /relative-redirect/:n 302 Relative redirects n times. * /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth. -* /robots.txt Returns some robots.txt rules. -* /deny Denied by robots.txt file. * /cache Returns 200 unless an If-Modified-Since header is provided, when it returns a 304 Not Modified.