Commit Graph

  • 0bd61f6a57 Use write_response 38elements 2016-11-26 14:14:30 +09:00
  • c01cbb3a8c Change Request timeout process 38elements 2016-11-26 13:55:45 +09:00
  • 0ca5c4eeff Use explicit import for httptools John Piasetzki 2016-11-25 14:33:17 -05:00
  • 47927608b2 Convert connections dict to set John Piasetzki 2016-11-25 15:05:17 -05:00
  • 13808bf282 Convert server lambda to partial John Piasetzki 2016-11-25 14:53:18 -05:00
  • c3c7964e2e pep8 fixes Anton Zhyrney 2016-11-25 09:29:25 +02:00
  • fca0221d91 update readme Anton Zhyrney 2016-11-25 09:14:37 +02:00
  • 9f2d73e2f1 class based views implementation for sanic Anton Zhyrney 2016-11-25 09:10:25 +02:00
  • fc19f2ea34 Merge pull request #163 from channelcat/request-data-vars Eli Uriegas 2016-11-23 13:51:17 -06:00
  • aa0f15fbb2 Adding a new line Eli Uriegas 2016-11-23 11:03:00 -06:00
  • 93f50b8ef7 Merge pull request #160 from jiajunhuang/log Eli Uriegas 2016-11-21 10:37:10 -06:00
  • 7b85843363 Merge pull request #165 from abhishek7/master Eli Uriegas 2016-11-21 10:17:02 -06:00
  • f7f578ed44 Fixed Exception error log on line 157 of server.py abhishek7 2016-11-20 21:37:01 -05:00
  • de92603ccf Merge pull request #3 from channelcat/master Abhishek 2016-11-20 21:28:33 -05:00
  • d02fffb6b8 Fixing import of CIMultiDict Channel Cat 2016-11-19 18:41:40 -08:00
  • 922c96e3c1 Updated test terminology Channel Cat 2016-11-19 18:26:03 -08:00
  • 993627ec44 Merged with master Channel Cat 2016-11-19 18:21:44 -08:00
  • 01681599ff Fixed new test error with aiohttp Channel Cat 2016-11-19 18:13:02 -08:00
  • 3ce6434532 Fix flake8 Channel Cat 2016-11-19 18:04:35 -08:00
  • a97e554f8f Added shared request data Channel Cat 2016-11-19 17:48:28 -08:00
  • fd5a79a685 Merge pull request #162 from r0fls/ciheaders Eli Uriegas 2016-11-19 18:32:26 -06:00
  • 635921adc7 Update headers to use CIMultiDict instead of dict Raphael Deem 2016-11-19 16:03:09 -08:00
  • 9eb4cecbc1 fix the way using logging.exception jiajunhuang 2016-11-19 15:16:20 +08:00
  • 879b9a4a15 Merge pull request #159 from r0fls/namedefault Eli Uriegas 2016-11-18 20:47:50 -06:00
  • 8be4dc8fb5 update readme example to use default Raphael Deem 2016-11-18 17:22:16 -08:00
  • f16ea20de5 provide default app name Raphael Deem 2016-11-18 17:06:16 -08:00
  • c51b14856e Merge pull request #154 from jackfischer/master Eli Uriegas 2016-11-16 13:03:20 -06:00
  • 88ee71c425 Merge pull request #155 from seemethere/fix_flake8_errors Eli Uriegas 2016-11-16 12:58:27 -06:00
  • edb12da154 Fix the flake8 error caused by new flake8 version Eli Uriegas 2016-11-16 12:55:13 -06:00
  • d9f6846c76 improved default handling Jack Fischer 2016-11-16 07:55:54 -05:00
  • 9e0747db15 Example for using error_handler Jack Fischer 2016-11-15 19:37:40 -05:00
  • ae3d33ad58 Merge pull request #149 from asvetlov/patch-1 Eli Uriegas 2016-11-14 10:24:15 -06:00
  • edb25f799d Caching example (#150) Manuel Miranda 2016-11-14 00:11:31 +01:00
  • 0822674f70 aiohttp is slightly faster actually Andrew Svetlov 2016-11-11 22:36:49 +02:00
  • 49d004736a Merge pull request #148 from gitter-badger/gitter-badge Eli Uriegas 2016-11-10 22:12:09 -06:00
  • 695f8733bb Add Gitter badge The Gitter Badger 2016-11-11 04:11:07 +00:00
  • b51af7f4bf Merge pull request #147 from webtic/master Eli Uriegas 2016-11-10 15:30:04 -06:00
  • 28ce2447ef Update variable name Eli Uriegas 2016-11-10 15:28:16 -06:00
  • 42e3a50274 Merge pull request #145 from pahaz/fix-request-parse-multipart-form Eli Uriegas 2016-11-10 09:00:06 -06:00
  • 8ebc92c236 pass flake8 tests Paul Jongsma 2016-11-10 13:09:37 +01:00
  • b92e46df40 fix whitespace Paul Jongsma 2016-11-10 13:06:27 +01:00
  • be5588d5d8 Add the client address to the request header Paul Jongsma 2016-11-10 12:53:00 +01:00
  • 0d9fb2f927 docs(request): return value docstring Pahaz Blinov 2016-11-09 18:04:15 +05:00
  • 0e9819fba1 fix(request): parse_multipart_form should return RequestParameters Pahaz Blinov 2016-11-09 00:36:37 +05:00
  • aaee40aabd Merge pull request #6 from channelcat/master Pahaz Blinov 2016-11-09 00:30:39 +05:00
  • 5efe51b661 fix(request.py): problem in case of request without content-type header (#142) Pahaz Blinov 2016-11-08 02:27:50 +05:00
  • 50f63142db Merge pull request #4 from channelcat/master Pahaz Blinov 2016-11-06 21:35:20 +05:00
  • 1b65b2e0c6 fix(blueprints): @middleware IndexError (#139) Pahaz Blinov 2016-11-06 21:08:55 +05:00
  • ce8742c605 Caching example using aiocache (#140) Manuel Miranda 2016-11-06 16:26:15 +01:00
  • 01a013b48a Merge pull request #141 from seemethere/fix_query_tests Eli Uriegas 2016-11-05 12:16:13 -06:00
  • 3a2eeb9709 Fix value error for query string test Eli Uriegas 2016-11-05 13:12:55 -05:00
  • 1271c7d958 Merge pull request #128 from channelcat/keep-alive-timeout-fix Eli Uriegas 2016-11-05 12:11:41 -06:00
  • 0032f525ce Merge pull request #138 from seemethere/add_aiofiles_requirements Eli Uriegas 2016-11-05 12:11:08 -06:00
  • df2f91b82f Add aiofiles to requirements.txt Eli Uriegas 2016-11-03 09:35:14 -05:00
  • 3a1ef6bef2 Merge pull request #125 from clenimar/fix-comments Eli Uriegas 2016-11-03 08:27:39 -06:00
  • 28488075b9 Merge pull request #137 from imbolc/upload-without-content-type Eli Uriegas 2016-11-03 08:26:05 -06:00
  • 3cd3b2d9b7 Fix upload without content-type imbolc 2016-11-03 12:34:55 +07:00
  • 3d88818841 Merge pull request #135 from Sharpek/master Channel Cat 2016-11-02 21:37:52 -07:00
  • b74cf65eca Merge pull request #134 from RyanKung/patch-1 Channel Cat 2016-11-02 21:28:36 -07:00
  • 80fcacaf8b Add loop kwargs to sanic_endpoint_test Marcin Baran 2016-11-02 12:27:58 +01:00
  • 96fcd8443f Update README.md Ryan Kung 2016-11-01 14:35:06 +08:00
  • 707c55fbe7 Fix flake8 Channel Cat 2016-10-28 03:35:30 -07:00
  • c44b5551bc time.time faster than loop.time? Channel Cat 2016-10-28 03:13:03 -07:00
  • bd28da0abc Keep-alive requests stay open if communicating Channel Cat 2016-10-28 02:56:32 -07:00
  • 410299f5a1 Merge pull request #2 from channelcat/master Abhishek 2016-10-27 20:06:56 -04:00
  • f3fc958a0c Fix comments over-indentation Clenimar Filemon 2016-10-27 11:09:36 -03:00
  • 47b417db28 Merge pull request #119 from jackfischer/master Channel Cat 2016-10-26 22:43:01 -07:00
  • 5171cdd305 add example with async http requests Jack Fischer 2016-10-26 16:53:34 -04:00
  • 65950250d9 Merge pull request #111 from channelcat/reverse-static 0.1.7 Channel Cat 2016-10-25 02:52:21 -07:00
  • 74ae0007d3 Reverse static arguments Channel Cat 2016-10-25 02:45:28 -07:00
  • 977081f4af Merge pull request #110 from channelcat/cookies-lazy-creation 0.1.6 Channel Cat 2016-10-25 01:50:33 -07:00
  • ee70f1e55e Upped to version 0.1.6 Channel Cat 2016-10-25 01:49:43 -07:00
  • 9c16f6dbea Fix flake8 issues Channel Cat 2016-10-25 01:36:12 -07:00
  • c50aa34dd9 Lazy cookie creation Channel Cat 2016-10-25 01:27:54 -07:00
  • 0e479d53da Merge pull request #104 from channelcat/pr/101 Channel Cat 2016-10-24 22:42:01 -07:00
  • 984c086296 Merge pull request #105 from channelcat/blueprint-ordering Channel Cat 2016-10-24 02:45:31 -07:00
  • 53e00b2b4c Added blueprint order test and used deques to add blueprints Channel Cat 2016-10-24 02:09:07 -07:00
  • bb1cb29edd Merge pull request #103 from pcdinh/master Channel Cat 2016-10-24 01:22:06 -07:00
  • bf6879e46f Made static file serving part of Sanic Channel Cat 2016-10-24 01:21:06 -07:00
  • 12e900e8f9 Merge pull request #100 from chhsiao90/test-router Channel Cat 2016-10-23 21:15:31 -07:00
  • d7fff12b71 Static middleware imbolc 2016-10-24 02:17:03 +07:00
  • 9051e985a0 Add test for method not allow situation chhsiao90 2016-10-23 21:58:57 +08:00
  • 5361c6f243 e is an unused variable. Safe to remove pcdinh 2016-10-23 19:38:28 +07:00
  • 963aef19e0 w is unused variable to it is safe to suppress Pylint warning using _ (underscore) pcdinh 2016-10-23 19:36:08 +07:00
  • 201e232a0d Releasing 0.1.5 0.1.5 Channel Cat 2016-10-23 03:43:01 -07:00
  • 6a71ea50bd Merge pull request #99 from channelcat/fix-incomplete-body Channel Cat 2016-10-23 03:35:23 -07:00
  • 47ec026536 Fix incomplete request body being read Channel Cat 2016-10-23 03:30:13 -07:00
  • e70263d012 Merge pull request #87 from channelcat/blueprint-extras Channel Cat 2016-10-23 02:04:55 -07:00
  • 658ced9188 Merge pull request #98 from channelcat/cookies Channel Cat 2016-10-23 02:04:30 -07:00
  • 23290b8627 Merge pull request #95 from narzeja/example_peewee_async Channel Cat 2016-10-23 02:04:02 -07:00
  • 41ea40fc35 increased server event handler type flexibility Channel Cat 2016-10-23 01:51:46 -07:00
  • 3802141007 Adding cookie capabilities for issue #74 Channel Cat 2016-10-23 01:32:16 -07:00
  • 50ae2048cc Merge pull request #93 from rogererens/patch-1 Channel Cat 2016-10-22 03:07:14 -07:00
  • b21ab3db12 Merge pull request #91 from pcdinh/master Channel Cat 2016-10-22 03:04:34 -07:00
  • c80abb8cad Merge pull request #94 from narzeja/bugfix_missing_req_bp_doc Channel Cat 2016-10-22 02:54:21 -07:00
  • a3bd1eaeab Merge branch 'master' of https://github.com/pcdinh/sanic pcdinh 2016-10-22 14:29:20 +07:00
  • be0739614d better get example narzeja 2016-10-22 08:52:37 +02:00
  • b048f1bad3 better POST example narzeja 2016-10-22 08:50:56 +02:00
  • c3628407eb post method doc narzeja 2016-10-22 08:48:19 +02:00
  • 96c13fe23c post method requires 'GET' narzeja 2016-10-22 08:47:51 +02:00