From 36f62941a72685ce9e683aa204c83c7c65912f40 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Thu, 30 Jan 2014 12:39:00 -0200 Subject: [PATCH] Update README.md [ci skip] --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8b3991..09e82f1 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ http://httpbin.org clone * /gzip Returns gzip-encoded data. * /status/:code Returns given HTTP Status code. * /response-headers?key=val Returns given response headers. -* /redirect/:n 302 Redirects n times. -* /redirect-to?url=foo 302 Redirects to the foo URL. -* /relative-redirect/:n 302 Relative redirects n times. +* /redirect/:n 301 Redirects n times. +* /redirect-to?url=foo 301 Redirects to the foo URL. +* /relative-redirect/:n 301 Relative redirects n times. * /cookies Returns cookie data. * /cookies/set?name=value Sets one or more simple cookies. * /cookies/delete?name Deletes one or more simple cookies. @@ -36,9 +36,7 @@ http://httpbin.org clone ## TODO -* / This page. * /gzip Returns gzip-encoded data. * /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. * /cache Returns 200 unless an If-Modified-Since header is provided, when it returns a 304 Not Modified.