From 0a8adb664cdc6072eb7d91e718a70f976bd1a053 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 16 Mar 2017 20:04:14 -0400 Subject: [PATCH] simplify --- README.rst | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 63102f3..0b27661 100644 --- a/README.rst +++ b/README.rst @@ -1,20 +1,11 @@ httpbin(1): HTTP Request & Response Service =========================================== -Freely hosted in `HTTP `__, `HTTPS `__, & `EU `__ -flavors by `Heroku `__. - |Deploy|_ .. |Deploy| image:: https://www.herokucdn.com/deploy/button.svg .. _Deploy: https://heroku.com/deploy?template=https://github.com/kennethreitz/httpbin -|Build Status| - - -DESCRIPTION ------------ - Testing an HTTP Library can become difficult sometimes. `RequestBin `__ is fantastic for testing POST requests, but doesn't let you control the response. This exists to cover @@ -53,7 +44,4 @@ SEE ALSO - https://www.hurl.it - http://requestb.in -- http://python-requests.org - -.. |Build Status| image:: https://travis-ci.org/kennethreitz/httpbin.svg - :target: https://travis-ci.org/kennethreitz/httpbin +- http://python-requests.org \ No newline at end of file