From 9294c572be8903f529945e74fd2c3078993f364d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Oct 2011 14:50:45 -0400 Subject: [PATCH] add /stream to readme --- README.md | 3 ++- httpbin/templates/httpbin.1.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 178ae48..4eeaf85 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Freely hosted in [HTTP](http://httpbin.org/) & - [`/cookies/set/:name/:value`](http://httpbin.org/cookies/set/key/value) Sets a simple cookie. - [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth/user/passwd) Challenges HTTPBasic Auth. - [`/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 +- [`/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. ## DESCRIPTION diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 1417a69..58a6871 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -24,7 +24,8 @@
  • /cookies/set/:name/:value Sets a simple cookie.
  • /basic-auth/:user/:passwd Challenges HTTPBasic Auth.
  • /hidden-basic-auth/:user/:passwd 404'd BasicAuth.
  • -
  • /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth
  • +
  • /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.
  • +
  • /stream/:n> Streams n lines.