From 42a8636bd0439bb45759d90511ba513306b405ed Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Jun 2011 22:05:58 -0400 Subject: [PATCH] testing httpbin-staging hooks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1426dd..cdcdc8b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Freely hosted in both [HTTP](http://httpbin.org) and [HTTPS](https://httpbin.ep. Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic for testing POST requests, but not much else. This exists to cover all kinds of HTTP -scenarios. Additional endpoints are being considered: `/basic-auth`, `/deflate`, *&c*. +scenarios. Additional endpoints are being considered (e.g. `/deflate`). All endpoint responses are JSON-encoded.