diff --git a/AUTHORS b/AUTHORS index f1caff5..d031220 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,4 +13,5 @@ Patches and Suggestions - Zbigniew Siciarz - Andrey Petrov - Lispython -- Kyle Conroy \ No newline at end of file +- Kyle Conroy +- Flavio Percoco \ No newline at end of file diff --git a/README.md b/README.md index c4ea0f3..37251c8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Freely hosted in [HTTP](http://httpbin.org) & - [`/digest-auth/:qop/:user/:passwd`](http://httpbin.org/digest-auth/auth/user/passwd) Challenges HTTP Digest Auth. - [`/stream/:n`](http://httpbin.org/stream/20) Streams *n*–100 lines. - [`/delay/:n`](http://httpbin.org/delay/3) Delays responding for *n*–10 seconds. +- [`/html`](http://httpbin.org/html) Renders an HTML Page. +- [`/robots.txt`](http://httpbin.org/robots.txt) Returns some robots.txt rules. +- [`/deny`](http://httpbin.org/deny) Denied by robots.txt file. ## DESCRIPTION