updated README

This commit is contained in:
Flavio Percoco Premoli
2012-06-30 02:08:36 +02:00
parent 85c207c001
commit 6a3a2fb63a
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -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