| 
							
							
								 Tim Mundt | ef9edfd160 | added documentation for configuration | 2016-12-17 20:20:07 +01:00 |  | 
			
				
					| 
							
							
								 Tim Mundt | 234a7925c6 | restored accidentally degraded doc string | 2016-12-17 19:24:41 +01:00 |  | 
			
				
					| 
							
							
								 Tim Mundt | a550b5c112 | added tests and small fixes for config | 2016-12-16 18:46:07 +01:00 |  | 
			
				
					| 
							
							
								 Tim Mundt | 04798cbf5b | added methods to load config from a file | 2016-12-16 17:05:09 +01:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 545d9eb59b | Merge pull request #198 from sagnew/patch-2 Fix quotes in sample code for consistency | 2016-12-14 11:39:22 -06:00 |  | 
			
				
					| 
							
							
								 Sam Agnew | a9b67c3028 | Fix quotes in sample code for consistency | 2016-12-14 12:36:33 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 35e79f3985 | Merge pull request #171 from jpiasetz/convert_dict_to_set Convert connections dict to set | 2016-12-14 11:30:45 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 435d5585e9 | Fix leftover blank line flake8 build failed here: https://travis-ci.org/channelcat/sanic/builds/183991976 | 2016-12-14 11:29:09 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | ddfb7f2861 | Merge branch 'master' into convert_dict_to_set | 2016-12-14 11:26:31 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 6c806549ae | Merge pull request #194 from sagnew/patch-1 Fix PEP8 in Hello World example | 2016-12-13 11:44:53 -06:00 |  | 
			
				
					| 
							
							
								 Sam Agnew | 8957e4ec25 | Fix PEP8 in Hello World example | 2016-12-13 12:35:46 -05:00 |  | 
			
				
					| 
							
							
								 Paul Jongsma | 2003eceba1 | remove trailing space | 2016-12-13 10:41:39 +01:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 8fc1462d11 | Merge pull request #193 from r0fls/jinja-example add jinja example | 2016-12-13 00:30:07 -06:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 93b45e9598 | add jinja example | 2016-12-12 22:25:24 -08:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | a3a14cdab2 | Merge pull request #170 from jpiasetz/convert_lambda_to_partial Convert server lambda to partial | 2016-12-12 20:40:29 -06:00 |  | 
			
				
					| 
							
							
								 Paul Jongsma | 9ba2f99ea2 | added a comment on why to decode the file_path | 2016-12-13 01:10:24 +01:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | f9db796a6e | Merge pull request #189 from AntonDnepr/aiopg_examples Aiopg examples | 2016-12-12 13:22:32 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 94c7aaf7f8 | Merge pull request #190 from kamyarg/master url params docs typo fix | 2016-12-12 13:21:46 -06:00 |  | 
			
				
					| 
							
							
								 kamyar | 6ef6d9a905 | url params docs typo fix add missing '>' in url params docs example | 2016-12-11 16:34:22 +02:00 |  | 
			
				
					| 
							
							
								 Anton Zhyrney | b44e9baaec | aiopg with sqlalchemy example | 2016-12-11 14:21:02 +02:00 |  | 
			
				
					| 
							
							
								 Anton Zhyrney | f9176bfdea | pep8&improvements | 2016-12-11 14:14:03 +02:00 |  | 
			
				
					| 
							
							
								 Anton Zhyrney | 721044b378 | improvements for aiopg example | 2016-12-11 14:04:24 +02:00 |  | 
			
				
					| 
							
							
								 Anton Zhyrney | 154f8570f0 | add sanic aiopg example with raw sql | 2016-12-11 13:43:31 +02:00 |  | 
			
				
					| 
							
							
								 Paul Jongsma | 0464d31a9c | Find URL encoded filenames on the fs by decoding them first | 2016-12-10 12:16:37 +01:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | e3453553e1 | Merge pull request #183 from 38elements/payload-too-large Change Payload Too Large process | 2016-12-08 10:27:55 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 6abaa78f9e | Merge pull request #186 from r0fls/master return 400 on invalid json post data | 2016-12-08 10:27:29 -06:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 457507d8dc | return 400 on invalid json post data | 2016-12-07 20:40:31 -08:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 3ea1a80496 | Merge pull request #185 from 1a23456789/master Fix test_request_timeout.py | 2016-12-06 16:04:15 -06:00 |  | 
			
				
					| 
							
							
								 1a23456789 | fac4bca4f4 | Fix test_request_timeout.py This increases sleep time, Because sometimes timeout error does not occur. | 2016-12-06 10:44:08 +09:00 |  | 
			
				
					| 
							
							
								 38elements | 662e0c9965 | Change Payload Too Large process When Payload Too Large occurs, it uses error handler. | 2016-12-04 10:50:32 +09:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 80af9e6d76 | Merge pull request #173 from jackfischer/master fix for cookie header capitalization bug | 2016-12-03 17:28:38 -06:00 |  | 
			
				
					| 
							
							
								 Jack Fischer | 9b466db5c9 | test for http2 lowercase header cookies | 2016-12-03 15:19:24 -05:00 |  | 
			
				
					| 
							
							
								 Jack Fischer | c34427690a | Merge branch 'master' of git://github.com/channelcat/sanic | 2016-12-03 15:08:07 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | d8a974bb4f | Merge pull request #175 from Derrreks/master Improving comments | 2016-12-02 20:07:28 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 98b08676e2 | Merge pull request #177 from seemethere/increment_version Increment version to 0.1.80.1.8 | 2016-11-29 15:59:48 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 39f3a63ced | Increment version to 0.1.8 | 2016-11-29 15:59:03 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 89e2084489 | Merge pull request #172 from 38elements/timeout Change request timeout process | 2016-11-29 15:56:07 -06:00 |  | 
			
				
					| 
							
							
								 Derek Schuster | 70c56b7db3 | fixing line length | 2016-11-28 14:22:07 -05:00 |  | 
			
				
					| 
							
							
								 Derek Schuster | 209b763302 | fix typo | 2016-11-28 14:05:47 -05:00 |  | 
			
				
					| 
							
							
								 Derek Schuster | 190b7a6076 | improving comments and examples | 2016-11-28 14:00:39 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | cce47a633a | Merge pull request #167 from AntonDnepr/class-based-views Class based views | 2016-11-27 21:33:46 -06:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | ec2330c42b | Merge pull request #169 from jpiasetz/simplify_imports Use explicit import for httptools | 2016-11-27 20:02:57 -06:00 |  | 
			
				
					| 
							
							
								 Jack Fischer | 0c215685f2 | refactoring cookies | 2016-11-27 08:30:46 -05:00 |  | 
			
				
					| 
							
							
								 Jack Fischer | d86ac5e3e0 | fix for cookie header capitalization bug | 2016-11-26 11:20:29 -05:00 |  | 
			
				
					| 
							
							
								 38elements | ee89b6ad03 | before process | 2016-11-26 16:47:16 +09:00 |  | 
			
				
					| 
							
							
								 38elements | a5e6d6d2e8 | Use default error process | 2016-11-26 16:02:44 +09:00 |  | 
			
				
					| 
							
							
								 Anton Zhyrney | 1eea1f5485 | rename&remove redundant code | 2016-11-26 08:45:08 +02:00 |  | 
			
				
					| 
							
							
								 Anton Zhyrney | da4567eea5 | changes in doc | 2016-11-26 08:44:46 +02:00 |  | 
			
				
					| 
							
							
								 38elements | 9010a6573f | Add status code | 2016-11-26 15:21:57 +09:00 |  | 
			
				
					| 
							
							
								 38elements | d8e480ab48 | Change sleep time | 2016-11-26 14:47:42 +09:00 |  |