more meta updates

This commit is contained in:
John Sheehan
2014-12-22 15:42:08 -08:00
parent 0cdfb9e42b
commit 21782f94ef
3 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -47,9 +47,7 @@
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Testing an HTTP Library can become difficult sometimes. <a href="http://postbin.org">PostBin.org</a> is fantastic
for testing POST requests, but not much else. This exists to cover all kinds of HTTP
scenarios. Additional endpoints are being considered.</p>
<p>Testing an HTTP Library can become difficult sometimes. <a href="http://requestb.in">RequestBin</a> 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.</p>
<p>All endpoint responses are JSON-encoded.</p>
@@ -142,11 +140,13 @@ $ gunicorn httpbin:app
<h2 id="AUTHOR">AUTHOR</h2>
<p>A <a href="http://kennethreitz.com/">Kenneth Reitz</a>
Project.</p>
<p>A <a href="https://www.runscope.com/community">Runscope Community Project</a>.</p>
<p>Originally created by <a href="http://kennethreitz.com/">Kenneth Reitz</a>.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><a href="https://hurl.it">Hurl.it</a> - Make HTTP requests.</p>
<p><a href="http://requestb.in">RequestBin</a> - Inspect HTTP requests.</p>
<p><a href="http://python-requests.org" data-bare-link="true">http://python-requests.org</a></p>
</div>
+1 -1
View File
@@ -50,7 +50,7 @@
</head>
<body id='manpage'>
<a href="http://github.com/kennethreitz/httpbin"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<a href="http://github.com/Runscope/httpbin"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
+3 -3
View File
@@ -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',