Commit Graph

20 Commits

Author SHA1 Message Date
Ian Cordasco 3bb7b8f9aa Merge pull request #253 from s-chizhik/feature
Add ability to specify port/host to run on
2016-03-20 13:51:31 -05:00
Thomas Klausner 677c1a4120 Avoid UTF-8 characters to let setup.py run in ASCII locale. 2016-01-05 15:12:52 +01:00
Kevin Lu a016d78df8 Changelog and setup updated to 0.4.1; floating-point support for /delay endpoint 2015-11-25 21:39:49 -08:00
Kevin McCarthy c688307868 bump version 2015-10-22 09:03:06 -10:00
kennethreitz 3c1937f5ce Add Deploy to Heroku button 2015-10-20 09:57:01 -04:00
Sergey Chizhik 936e49b4e9 sys > argparse, fix readme 2015-10-06 17:58:10 +03:00
Kevin McCarthy 8d0f835b54 version bump to v0.3.0 2015-09-05 18:25:18 -10:00
Jonas Friedmann 7fca5adcb8 Fix hurl.it links 2015-03-07 21:19:46 +01:00
John Sheehan 261d786851 Merge pull request #202 from dshirley/master
Add range request functionality
2015-02-24 10:48:54 -08:00
David Shirley 7e18da5ae9 Renamed endpoint /range-request -> /range 2015-01-26 13:51:47 -08:00
Ryan Park d851a7e2a1 Modifications to enable hosting by Runscope
I removed the gunicorn requirement. At Runscope we need a custom version of
gunicorn, and the requirement isn't strictly necessary for third parties to
use this project. (They might want to host under a different WSGI server
anyway.)

Also updated the README to remove some Heroku references.
2015-01-16 10:38:01 -08:00
David Shirley e73f34e335 Added a /range-request endpoint
This endpoint conforms to RFC7233.
http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7233.html

It is functionally very similar to /stream-bytes, but it also
allows specifying a "Range" header, which allows the client
to ask for a specific portion of the resource.

I didn't add this functionality to /stream-bytes so as not
to break compatibility with any clients that expect range
requests to fail on that endpoint. Perhaps I'm just being
overly cautious.
2015-01-02 13:22:42 -08:00
Marc Abramowitz f6b8c9bdf7 README.rst: Display URLs in a table 2014-12-23 14:04:37 -08:00
Marc Abramowitz 7f81b32d7b README.rst: Fix links
that were broken by Markdown => reST conversion, by removing all double
backquotes. I don't think reST allows double backquote (code font)
nested inside a link.
2014-12-23 12:09:47 -08:00
Marc Abramowitz b9d81b2e0b README.md => README.rst 2014-12-22 17:46:25 -08:00
Kenneth Reitz adf2704081 Readme move 2011-06-12 23:17:49 -04:00
Kenneth Reitz 0d5a81aee7 plans 2011-06-12 13:25:04 -04:00
Kenneth Reitz ee04c0ebb6 PanBin -> HttpBin 2011-06-12 13:23:20 -04:00
Kenneth Reitz 7a77002e59 additional info 2011-06-12 13:22:06 -04:00
Kenneth Reitz dc56b3f92f basic plans 2011-06-12 13:21:06 -04:00