diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 08a7777..2119255 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -47,9 +47,7 @@
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.
+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 all kinds of HTTP scenarios. Additional endpoints are being considered.
All endpoint responses are JSON-encoded.
@@ -142,11 +140,13 @@ $ gunicorn httpbin:appA Kenneth Reitz -Project.
+ +Originally created by Kenneth Reitz.
Hurl.it - Make HTTP requests.
+RequestBin - Inspect HTTP requests.
diff --git a/httpbin/templates/index.html b/httpbin/templates/index.html index 0ae7de1..daea37a 100644 --- a/httpbin/templates/index.html +++ b/httpbin/templates/index.html @@ -50,7 +50,7 @@ -
+
diff --git a/setup.py b/setup.py
index 4fdec4c..f3672ce 100644
--- a/setup.py
+++ b/setup.py
@@ -9,11 +9,11 @@ setup(
description="HTTP Request and Response Service",
# The project URL.
- url='https://github.com/kennethreitz/httpbin',
+ url='https://github.com/Runscope/httpbin',
# Author details
- author='Kenneth Reitz',
- author_email='me@kennethreitz.com',
+ author='Runscope',
+ author_email='httpbin@runscope.com',
# Choose your license
license='MIT',