Commit Graph

66 Commits

Author SHA1 Message Date
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
Kenneth Reitz 98f7cf4897 new url 2011-12-06 21:27:32 -08:00
Kenneth Reitz 0aaf7a0e96 captitals 2011-11-26 11:21:18 -05:00
Kenneth Reitz 7008a172d4 https 2011-11-26 11:17:31 -05:00
Kenneth Reitz f6860cf8cf no more epio 2011-11-23 23:04:09 -05:00
Kenneth Reitz 8049e7c1d4 /patch is unsupported by production 2011-11-23 22:48:38 -05:00
Kenneth Reitz 85f93df191 -> 2011-10-29 14:53:53 -04:00
Kenneth Reitz 9294c572be add /stream to readme 2011-10-29 14:50:45 -04:00
Kenneth Reitz df44b246e0 Back to ep.io! 2011-10-13 15:57:33 -04:00
Kenneth Reitz b6c5f3dbc6 frustration 2011-10-11 09:38:55 -04:00
Kenneth Reitz a714454425 sp @lispython! 2011-10-09 09:07:35 -04:00
Kenneth Reitz df28a4eb78 404'd 2011-10-09 08:54:04 -04:00
Kenneth Reitz aae0dec448 Merge branch 'master' of https://github.com/Lispython/httpbin 2011-10-09 08:44:22 -04:00
Kenneth Reitz 286c7065d6 readme cleanup 2011-09-28 23:31:09 -04:00
Kenneth Reitz b0f90ba0cf Heroku-only, for now. 2011-09-28 23:28:02 -04:00
Kenneth Reitz db81c4ab74 update readme output 2011-09-27 22:05:12 -04:00
Kenneth Reitz 7f1140c941 Readme update 2011-09-27 22:02:24 -04:00
Lispython 19e0344664 Added digest auth endpoint with support qop of 2 types: auth and auth-int
Added endpoint into README endpoints list
2011-09-06 10:21:53 +04:00
Kenneth Reitz c9be5f157e mention ep.io 2011-08-14 17:25:52 -04:00
Kenneth Reitz fc9b8f1c6a docs for relative endpoint 2011-08-13 09:10:04 -04:00
Kenneth Reitz 766c30685a docs for hidden-basic-auth 2011-07-23 20:44:00 -04:00
Kenneth Reitz fdeb5f6b88 PATCH in readme 2011-06-21 18:07:52 -04:00
Kenneth Reitz ecf69607ae HTTP Request & Response Service. 2011-06-15 22:12:35 -04:00