88 Commits

Author SHA1 Message Date
Nate Prewitt cca6786448 Merge pull request #501 from phanikiranthaticharla/new_branch
Removed httpbin.org link which is mentioned 3 times in README
2018-10-23 22:52:08 -07:00
Phani Kiran Thaticharla fea47f6c2a Removed httpbin.org link which is mentioned 3 times in README
Signed-off-by: Phani Kiran Thaticharla <t.phani.kiran@gmail.com>
2018-08-12 10:49:59 -07:00
kennethreitz 4cb4b1502d Merge pull request #490 from GammaGames/master
Update README.md
2018-07-12 13:01:42 -04:00
Phani Kiran Thaticharla 503f55402d Removed hurl.it which is not reachable from references 2018-07-11 21:41:03 -07:00
Jesse Lieberg f942a3d422 Update README.md
Add instructions to run since the website keeps going down
2018-07-11 16:53:28 -06:00
kennethreitz 8545e2f05c Update README.md 2018-07-04 11:33:25 -04:00
Brett Randall bef4d061ff Fixed Travis Build Status URL post relocation to requests org. 2018-05-02 15:05:23 +10:00
Manfred Touron 387d707bd1 Add grpcb.in in SEE ALSO
(I'm the author)
2018-04-04 14:39:18 +02:00
Brett Randall 76cb701e9b Added a Travis build-status image 2017-11-28 16:44:46 +11:00
kennethreitz b5466a026a btc
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-20 20:46:36 -04:00
kennethreitz 51ec6b9dd0 Update README.md 2017-03-17 12:59:52 -04:00
kennethreitz 5f03bba84c md 2017-03-16 20:13:47 -04:00
Marc Abramowitz b9d81b2e0b README.md => README.rst 2014-12-22 17:46:25 -08:00
Marc Abramowitz 34003b702a README.md: Add Travis CI build badge 2014-12-22 16:42:57 -08:00
John Sheehan f62305569c Merge pull request #166 from shurane/patch-1
Show way to run httpbin as a python module.
2014-12-22 15:52:52 -08:00
John Sheehan 0cdfb9e42b readme update 2014-12-22 15:34:45 -08:00
Mark Norgren bf09ea0f5a Update Readme for Deploy to Heroku button fix 2014-12-15 15:25:13 -06:00
Ehtesh Choudhury 1fce5f6a20 Show way to run httpbin as a python module.
It's already there, may as well mention how to run httpbin without gunicorn.
2014-11-04 12:01:51 -05:00
Kenneth Reitz 23175ad162 app.json 2014-08-26 16:55:53 -04:00
Ivan Júnior 24025f4a61 drip endpoint: adding custom status support 2014-08-08 18:10:01 -03:00
Kevin McCarthy f01e53a9fc Bump Version for Release 2014-07-06 10:34:45 -10:00
Kevin McCarthy 3a530fc5f1 Update README
* Remove hurl.it URLs, they appear to be broken
 * Update link to kennethreitz.org, it was broken
 * Add new endpoints
 * Add link to Runscope
 * Add link to EU version
 * Add link to Postbin
2014-06-21 13:18:56 -10:00
Kevin McCarthy dcb6f7ded6 bump version 2014-06-08 18:04:22 -10:00
Kevin McCarthy a109bbbe29 Include Templates and Bump Version to 0.1.1
I forgot to include the templates in setup.py, so httpbin would complain
and return a 500 when accessing views that require templates.  This
fixes that problem by adding them as "data" in setup.py and MANIFEST.in
2014-06-01 12:08:32 -10:00
Barun 6080ca1fc8 Add /deflate endpoint
returns response with deflate encoded body(Content-Encoding='deflate').
2014-03-19 21:07:11 +05:30
grun 07b0d1dce2 Add /drip, which drips data over a duration after an optional initial delay. 2014-02-28 01:48:27 -08:00
Kenneth Reitz 111a933417 Merge pull request #79 from rochacon/cors
Adding CORS support for all requests
2013-07-10 15:01:56 -07:00
Kenneth Reitz 802b1ea739 cache control /cc @mattrobenolt 2013-07-10 18:00:54 -04:00
Dave Challis 414a719b42 Added endpoints '/bytes/:n', '/stream-bytes/:n' and '/links/:n'.
'/bytes/:n' takes and optional 'seed' integer parameter, and returns n random
bytes of binary data (limited to 100KB in size).

'/stream-bytes/:n' is the same as above, but streams the data.  As well as a
'seed' parameter, it accepts a 'chunk_size' parameter, which determines how
many bytes are in each packet that is streamed.

'/links/:n' generates a page containing n links, each of which links to another
page containing those n links. The value of n is limited to 200.
2013-06-05 17:16:24 +01:00
Bob Carroll 9c7d3269c5 added redirect-to endpoint for testing arbitrary redirects 2013-05-30 11:00:06 -07:00
Matt Robenolt 27e3e7f426 Handle If-None-Match 2013-05-19 11:21:05 -07:00
Cory Benfield a9dca7398c Add basic Cache endpoint. 2013-05-11 09:55:35 +01:00
Kenneth Reitz 6040a4a896 Merge pull request #67 from senko/showenv-doc
README: add https + show_env example
2013-01-27 01:51:46 -08:00
Kenneth Reitz 278901314a Merge pull request #63 from snh/cookiedelete
New delete cookie endpoint.
2013-01-27 01:51:26 -08:00
Kenneth Reitz 812befc72b PATCH again! 2013-01-21 08:05:32 -05:00
Senko Rasic faf0fea1b2 README: add https + show_env example
Showcase a useful but undocumented feature of reporting what protocol
the request was made over (amongst other info).
2012-10-12 17:06:46 +02:00
Steven Honson 08f8f0b516 Updated example linked to include two deletions. 2012-08-20 23:40:45 +10:00
Steven Honson 6287af8186 New delete cookie endpoint. 2012-08-20 23:35:03 +10:00
Kenneth Reitz cfbee2b939 \0/ 2012-08-20 22:14:09 +10:00
Steven Honson b1196a239b Support for setting multiple cookies in a single request. 2012-08-20 21:54:27 +10:00
Flavio Percoco Premoli 6a3a2fb63a updated README 2012-06-30 02:08:36 +02:00
Chris Faulkner 6ac9dfe029 Fix broken example link for delay endpoint. 2012-04-04 11:44:20 -07:00
Tom V f172f59359 typo "eturns" 2012-02-20 23:22:21 +00:00
Kenneth Reitz 5da009e330 document limits 2012-02-20 13:24:42 -05:00
Kenneth Reitz 9889f2b93a #34 2012-02-20 13:18:06 -05:00
Kenneth Reitz f72e776f5a sp 2012-02-20 13:14:39 -05:00
Kenneth Reitz cb891934c0 response-headers 2012-02-20 13:13:10 -05:00
Kenneth Reitz 3322e321e4 test 2011-12-17 18:38:27 -05:00
Kenneth Reitz 626ca5d20b non-relative 2011-12-06 21:30:31 -08:00
Kenneth Reitz 34219b8306 powered by magic™ 2011-12-06 21:27:46 -08:00