From bd3aa32581997de8b98d0a291caee1ea5d4a4624 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 23:58:50 -0400 Subject: [PATCH] readme update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01485aa..7fc6cf1 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ httpbin(1): HTTP Client Testing Service ## DESCRIPTION -Testing an HTTP Library can become difficult sometimes. PostBin is fantastic -for testing POST requests, but not much else. This will cover everything. +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*. -Plans at the moment are to return JSON for all responses. Request storage -/ aggregation may or may not exist. We'll see. +All endpoint responses are JSON-encoded. ## EXAMPLES