Commit Graph

66 Commits

Author SHA1 Message Date
channelcat
59fc17b19e Merge pull request #14 from cbess/patch-1
Fix route arg; update regex
2016-10-15 13:39:56 -07:00
channelcat
dc5143584d Merge pull request #19 from JD557/patch-1
Update routing.md <PARAM>
2016-10-15 13:39:17 -07:00
channelcat
caedd7284a Merge pull request #21 from kolanos/normalize-linebreaks
Introduce end-of-line normalization
2016-10-15 13:38:44 -07:00
Michael Lavers
9f824b048e Introduce end-of-line normalization 2016-10-15 12:59:00 -07:00
João Costa
ce7a34b608 Update routing.md <PARAM>
Some markdown readers (such as github's preview) parse `<PARAM>` as an HTML tag.

Wrapping it in a code block fixes that.
2016-10-15 19:30:44 +01:00
C. Bess
8cade2f664 Fix route arg; update regex
Fixed a potential "copy/paste" error in the `person_handler`. Simplify route regex.
2016-10-15 13:03:05 -05:00
Channel Cat
1d519ff407 Added wheezy to benchmarks 2016-10-14 23:31:47 -07:00
Channel Cat
993d81090c . 2016-10-14 20:07:53 -07:00
Channel Cat
bad1b9da86 Updated aiohttp benchmarks with uvloop 2016-10-14 20:06:29 -07:00
channelcat
385158b84d Merge pull request #5 from channelcat/reformat_code
Reformatted code to use spaces instead of tabs
2016-10-14 19:55:03 -07:00
Channel Cat
254861bc37 Reformatted code to use spaces instead of tabs 2016-10-14 19:53:49 -07:00
channelcat
67db0bcbf3 Merge pull request #4 from n1ywb/master
add http:// to server info message so it's clickable
2016-10-14 19:40:40 -07:00
channelcat
d7a873c3fa Merge pull request #2 from seemethere/fix_tests
Split exceptions tests
2016-10-14 19:39:34 -07:00
Jeff Laughlin
ba5363ef43 add http:// to server info message so it's clickable 2016-10-14 18:50:41 -04:00
Eli Uriegas
7a313fc268 Fix link to helper 2016-10-14 17:38:43 -05:00
Eli Uriegas
c9d63f4e31 Split up the exceptions tests 2016-10-14 17:36:58 -05:00
Eli Uriegas
4684083f2f Move helpers from tests to sanic proper 2016-10-14 17:36:32 -05:00
channelcat
0d3e8b42b3 Pivoting off actionable feedback 2016-10-14 14:08:30 -07:00
Channel Cat
818826b4b0 Removed unnecessary log 2016-10-14 05:09:14 -07:00
Channel Cat
3de373e029 Changed before_start to after_start 2016-10-14 05:04:09 -07:00
Channel Cat
91a780230e . 2016-10-14 05:01:18 -07:00
Channel Cat
79593574a6 . 2016-10-14 05:00:43 -07:00
Channel Cat
8bb646de16 Removed limitation 2016-10-14 04:59:11 -07:00
Channel Cat
35ed7ceefb . 2016-10-14 04:58:09 -07:00
Channel Cat
5a7447e975 Basic documentation 2016-10-14 04:51:08 -07:00
Channel Cat
8868735fc1 Removed unnecessary test file 2016-10-14 04:03:01 -07:00
Channel Cat
dbd11bf387 Reverting 2016-10-14 03:59:41 -07:00
Channel Cat
ec10d24ac6 Minor speed improvements 2016-10-14 03:57:48 -07:00
Channel Cat
62c1235f58 speed improvements 2016-10-14 03:52:21 -07:00
Channel Cat
33f712ef9b Proper errors when server cannot bind 2016-10-14 03:42:20 -07:00
Channel Cat
2cfce77328 Added exception tests and updated project description 2016-10-14 03:37:40 -07:00
Channel Cat
a74ab9bd18 Added tests and middleware, and improved documentation 2016-10-14 03:23:48 -07:00
Channel Cat
8b1b69eadc Merge branch 'master' of https://github.com/channelcat/sanic 2016-10-09 23:07:55 +00:00
Channel Cat
f43578ab24 wtf git 2016-10-09 23:07:14 +00:00
Channel Cat
1c427181e2 Fuck it, uvloop is required
httptools already requires compilation, so why not include uvloop
2016-10-09 16:02:43 -07:00
channelcat
df718270e8 Update README.md 2016-10-09 16:02:06 -07:00
channelcat
63b4f322a9 Update README.md 2016-10-09 16:00:09 -07:00
Channel Cat
22cb8b858f Updated performance tests 2016-10-09 15:41:37 -07:00
Channel Cat
49c499f44d Added examples and form processing 2016-10-09 15:28:31 -07:00
Channel Cat
8fbc6c2c4e Moved request handling into sanic 2016-10-08 19:45:11 -07:00
Channel Cat
b0d38f8a04 Performance degraded - added in request too large and keep-alive timeout 2016-10-08 17:27:10 -07:00
Channel Cat
fa980b1445 Performance improvements to url parsing 2016-10-08 16:04:18 -07:00
Channel Cat
6041e7cfa6 Performance improvements to response and moved tests around 2016-10-08 15:21:40 -07:00
Channel Cat
74b0cbae1b . 2016-10-06 01:40:22 -07:00
Channel Cat
e8287df3e5 Fixed POST request getting JSON 2016-10-06 01:23:52 -07:00
Channel Cat
d40e750ce6 added on_start on_stop 2016-10-05 05:30:36 +00:00
Channel Cat
4489f536da . 2016-10-03 00:45:59 -07:00
Channel Cat
fed5c01efb fix 4watt 2016-10-03 00:38:53 -07:00
Channel Cat
ffd521b67b derp 2016-10-03 00:35:20 -07:00
Channel Cat
347bb6a86d fugdishit 2016-10-03 07:28:50 +00:00