This commit is contained in:
Kenneth Reitz
2012-02-20 13:18:06 -05:00
parent 71ccdebf25
commit 9889f2b93a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ Freely hosted in [HTTP](http://httpbin.org) &
- [`/hidden-basic-auth/:user/:passwd`](http://httpbin.org/hidden-basic-auth/user/passwd) 404'd BasicAuth.
- [`/digest-auth/:qop/:user/:passwd`](http://httpbin.org/digest-auth/auth/user/passwd) Challenges HTTP Digest Auth.
- [`/stream/:n`](http://httpbin.org/stream/100) Streams *n* lines.
- [`/delay/:n`](/delay/3) Delays responding for *n* seconds.
## DESCRIPTION