Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sanic-org/sanic

Accelerate your web app development | Build fast. Run fast.
https://github.com/sanic-org/sanic

aiohttp is slightly faster actually

Disabling access log increases RPS a lot

0822674f70b05d42b87dfd82769cbc8222756468 authored about 8 years ago by Andrew Svetlov <[email protected]>
Merge pull request #148 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

49d004736a2eca36abc75d7ca637e23c58c61104 authored about 8 years ago by Eli Uriegas <[email protected]>
Add Gitter badge

695f8733bbb9c35f82ec61f4c977e4828128cc19 authored about 8 years ago by The Gitter Badger <[email protected]>
Merge pull request #147 from webtic/master

Add the client address to the request header

b51af7f4bf2b7b3574cae23d1c758f5a889a7dff authored about 8 years ago by Eli Uriegas <[email protected]>
Update variable name

Give `ra` a more explicit name

28ce2447ef9c4bd75ad6e21bc9f3a660714a3b02 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #145 from pahaz/fix-request-parse-multipart-form

Fix request parse multipart form

42e3a50274bb8eb7c918abdb00946769790e668c authored about 8 years ago by Eli Uriegas <[email protected]>
pass flake8 tests

8ebc92c236652f357394e618640505a11ba49283 authored about 8 years ago by Paul Jongsma <[email protected]>
fix whitespace

b92e46df4018aa9288e1918eca2f65e2820b61c7 authored about 8 years ago by Paul Jongsma <[email protected]>
Add the client address to the request header

be5588d5d80958778166e3cb321c875f260b0a17 authored about 8 years ago by Paul Jongsma <[email protected]>
docs(request): return value docstring

0d9fb2f9279e3303f51a0b18204a88d6cfbb1a0e authored about 8 years ago by Pahaz Blinov <[email protected]>
fix(request): parse_multipart_form should return RequestParameters

I have this code:

```
form = FileForm(request.files)
```

and it raise error because the ...

0e9819fba168ee2aa6b32827db751bb4c0a70dab authored about 8 years ago by Pahaz Blinov <[email protected]>
Merge pull request #6 from channelcat/master

fix(request.py): problem in case of request without content-type head…

aaee40aabdc8bdbbd3d4b7d52d9f28d6c4890b55 authored about 8 years ago by Pahaz Blinov <[email protected]>
fix(request.py): problem in case of request without content-type header (#142)

* fix(request.py): exception if access request.form on GET request

* fix(request): just make ...

5efe51b66129d5bc902f0a70f0290b94fbd17c84 authored about 8 years ago by Pahaz Blinov <[email protected]>
Merge pull request #4 from channelcat/master

pull from master

50f63142db23cb7d1b9a8531c6814ffb1bbc0202 authored about 8 years ago by Pahaz Blinov <[email protected]>
fix(blueprints): @middleware IndexError (#139)

1b65b2e0c658dc0e87a5a93f3e3665782b01edef authored about 8 years ago by Pahaz Blinov <[email protected]>
Caching example using aiocache (#140)

* Keep-alive requests stay open if communicating

* time.time faster than loop.time?

* Fix ...

ce8742c60562eb1f718704b317101542505471ca authored about 8 years ago by Manuel Miranda <[email protected]>
Merge pull request #141 from seemethere/fix_query_tests

Fix value error for query string test

01a013b48a1455af899cf00674abf8f497b709cb authored about 8 years ago by Eli Uriegas <[email protected]>
Fix value error for query string test

3a2eeb97095330a95be790c048d982a25d6ec70a authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #128 from channelcat/keep-alive-timeout-fix

Keep alive timeout fix

1271c7d958c10eaa4e238c5dfe0785bad682045d authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #138 from seemethere/add_aiofiles_requirements

Add aiofiles to requirements.txt

0032f525ce0d673c3bb27f5f388d4415884cdb70 authored about 8 years ago by Eli Uriegas <[email protected]>
Add aiofiles to requirements.txt

df2f91b82f9a2b666e0da0c9aa179c4de01b4a72 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #125 from clenimar/fix-comments

Fix comments over-indentation

3a1ef6bef2b61e6c47c16d4db21dce9d54886067 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #137 from imbolc/upload-without-content-type

Fix upload without content-type

28488075b9ffdcce5332c3c3766bfa1b7b2a768a authored about 8 years ago by Eli Uriegas <[email protected]>
Fix upload without content-type

3cd3b2d9b7c463b8490d9409674fc4fb63b347a9 authored about 8 years ago by imbolc <[email protected]>
Merge pull request #135 from Sharpek/master

Add loop kwargs to sanic_endpoint_test

3d888188416c0bd49645357c8c667752345941e2 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #134 from RyanKung/patch-1

Update README.md

b74cf65ecae6f0d8adc47e8a9f5875629e520057 authored about 8 years ago by Channel Cat <[email protected]>
Add loop kwargs to sanic_endpoint_test

80fcacaf8b8458a7243c989a39442bc25ae7b940 authored about 8 years ago by Marcin Baran <[email protected]>
Update README.md

via flake8

96fcd8443f7994f73d6e82525d14009995a18f6a authored about 8 years ago by Ryan Kung <[email protected]>
Fix flake8

707c55fbe71a5e1fc8aad7b1ff41cd0733a8f909 authored about 8 years ago by Channel Cat <[email protected]>
time.time faster than loop.time?

c44b5551bcc0b7726fe695dbcd03ece5123a4905 authored about 8 years ago by Channel Cat <[email protected]>
Keep-alive requests stay open if communicating

bd28da0abc16bb37384f72d6b45ac8c4c34ce35c authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #2 from channelcat/master

Updates from Oct 17th

410299f5a1c696243947bf14c6625f67964642e2 authored about 8 years ago by Abhishek <[email protected]>
Fix comments over-indentation

f3fc958a0c8bea34df8b278804411dd4aa761ef0 authored about 8 years ago by Clenimar Filemon <[email protected]>
Merge pull request #119 from jackfischer/master

Add example with async http requests (Issue #96)

47b417db28aec0d14e4e7d5ae3b526fb20650323 authored about 8 years ago by Channel Cat <[email protected]>
add example with async http requests

5171cdd305ffde7ebf1e4d23b886489d038795b8 authored about 8 years ago by Jack Fischer <[email protected]>
Merge pull request #111 from channelcat/reverse-static

Reverse static arguments

65950250d9c7ec7218aa74f838dfc800ab405867 authored about 8 years ago by Channel Cat <[email protected]>
Reverse static arguments

74ae0007d3a7bfea562e8b4a29880184815f9155 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #110 from channelcat/cookies-lazy-creation

Lazy cookie creation

977081f4af9ddf6b770adb58939fef5580d8ef70 authored about 8 years ago by Channel Cat <[email protected]>
Upped to version 0.1.6

ee70f1e55e57589babe41183f37f0a7478d4da44 authored about 8 years ago by Channel Cat <[email protected]>
Fix flake8 issues

9c16f6dbea1e13517ad3c723e8094de603b10f9e authored about 8 years ago by Channel Cat <[email protected]>
Lazy cookie creation

c50aa34dd97a1e02da4707c00f02f402b4a8a405 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #104 from channelcat/pr/101

Static file support

0e479d53daf51d9be994c664a381d16ac85c4c60 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #105 from channelcat/blueprint-ordering

Added blueprint order test and used deques to add blueprints

984c086296e107f6ac393209cc7192502ecf7f19 authored about 8 years ago by Channel Cat <[email protected]>
Added blueprint order test and used deques to add blueprints

53e00b2b4c4a21b9607b489df257a5d3ca32a26c authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #103 from pcdinh/master

Made Pylint happy: clean up some unused variables

bb1cb29eddecdcd8da9852fc8a3050ac51d119ed authored about 8 years ago by Channel Cat <[email protected]>
Made static file serving part of Sanic

Added sanic.static, blueprint.static, documentation, and testing

bf6879e46ffc5c932b40b18f87b8e3e1f3c9ccc1 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #100 from chhsiao90/test-router

Add test for method not allow situation

12e900e8f9f552c8fce206fe13ea483539fc5bcc authored about 8 years ago by Channel Cat <[email protected]>
Static middleware

d7fff12b71cb234efb937d08af357095780641d0 authored about 8 years ago by imbolc <[email protected]>
Add test for method not allow situation

9051e985a027dc53de4521a6eafa959b148de888 authored about 8 years ago by chhsiao90 <[email protected]>
e is an unused variable. Safe to remove

5361c6f243144207096c66279a444eac55877b57 authored about 8 years ago by pcdinh <[email protected]>
w is unused variable to it is safe to suppress Pylint warning using _

(underscore)

963aef19e03854c36bfb9f1f979e221dfab94e0a authored about 8 years ago by pcdinh <[email protected]>
Releasing 0.1.5

201e232a0d8ddf4e767a1002ffc9fcb924ec35b7 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #99 from channelcat/fix-incomplete-body

Fix incomplete request body being read

6a71ea50bdad2831f60c14a195f71f2e0cdabf72 authored about 8 years ago by Channel Cat <[email protected]>
Fix incomplete request body being read

47ec026536fb40818237afaecb543f3a09e4c087 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #87 from channelcat/blueprint-extras

Blueprint start/stop listeners + ordering

e70263d0121b3e3d3627f978f285aae5705fe0a1 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #98 from channelcat/cookies

Adding cookie capabilities for issue #74

658ced9188c8a06f7cced94c088081ae430e0c5a authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #95 from narzeja/example_peewee_async

Provide example of using peewee_async with Sanic

23290b8627f1a05527c0f355585c34b99b3a78d6 authored about 8 years ago by Channel Cat <[email protected]>
increased server event handler type flexibility

41ea40fc35f477179e355108b582015ba0b0b525 authored about 8 years ago by Channel Cat <[email protected]>
Adding cookie capabilities for issue #74

3802141007df8b0d3fc6a10f1e1a5dbe50548361 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #93 from rogererens/patch-1

Fix typos

50ae2048cc85920abe1363e27ea85d772f0348ca authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #91 from pcdinh/master

Document `request.body` as a way to get raw POST body

b21ab3db127aef2a846f61d648134381f1c8bde9 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #94 from narzeja/bugfix_missing_req_bp_doc

Simple blueprint was missing the 'request' parameter

c80abb8cadf9ee014883fbdd1c77baabbcfada5f authored about 8 years ago by Channel Cat <[email protected]>
Merge branch 'master' of https://github.com/pcdinh/sanic

a3bd1eaeabb888e4fee4312be999b7f1ed5caf5f authored about 8 years ago by pcdinh <[email protected]>
better get example

be0739614d8675169ebe192dba7ceb0b7580ef07 authored about 8 years ago by narzeja <[email protected]>
better POST example

b048f1bad31ab471b2010d110b5c91eca1f2f0c3 authored about 8 years ago by narzeja <[email protected]>
post method doc

c3628407ebe9a5619bc8984c2b8682fc1abe5aa3 authored about 8 years ago by narzeja <[email protected]>
post method requires 'GET'

96c13fe23c84193da0e2cf8c0a7756cc021578b9 authored about 8 years ago by narzeja <[email protected]>
a bit more informative return value when posting

ac9770dd8926cb52fd0d38c27bd18a930dc312ea authored about 8 years ago by narzeja <[email protected]>
fix method naming conflict

0e2c092ce3472bf26db7d3b836eb230cfb002656 authored about 8 years ago by narzeja <[email protected]>
Provide example of using peewee_async with Sanic

22876b31b16d4f8497d83eb24913c76b1f5a780a authored about 8 years ago by narzeja <[email protected]>
Simple blueprint was missing the 'request' parameter

113047d450e53000e588dd158d715f3e993ac38f authored about 8 years ago by narzeja <[email protected]>
Fix typos

I guess renaming was forgotten in a copy-n-paste frenzy?!

268a87e3b44a70800ee0feb44d2391abfe0e241c authored about 8 years ago by Roger Erens <[email protected]>
Document `request.body` as a way to get raw POST body

452764a8eb88117c6c71ed77dca059f25ab67cf4 authored about 8 years ago by pcdinh <[email protected]>
reverting reverted change

f540f1e7c459faf0e3ded7e328058de1da362ea1 authored about 8 years ago by Channel Cat <[email protected]>
Revert "."

This reverts commit 77c69e3810124db4cf11b3f682adbfee0a6a21ea.

9b561e83e35b61a9633d3fd31260fe9f0be9c69c authored about 8 years ago by Channel Cat <[email protected]>
.

77c69e3810124db4cf11b3f682adbfee0a6a21ea authored about 8 years ago by Channel Cat <[email protected]>
Added server start/stop listeners and reverse ordering on response middleware to blueprints

a5614f688082ab98051e32354d139fbb77aceab3 authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #84 from channelcat/update-changelog

Moved changelog and posted new benchmarks in readme

b74d312c57a8c4b4a2440fa52f835aeb09f87c0d authored about 8 years ago by Channel Cat <[email protected]>
Document `request.body` as a way to get raw POST body

2312a176fe70d697eb6ccd25fa0a12cb28412976 authored about 8 years ago by pcdinh <[email protected]>
Moved changelog and posted new benchmarks in readme

e060dbfec88f67db7f74164d72cf506bc114d99d authored about 8 years ago by Channel Cat <[email protected]>
Merge pull request #82 from htkm/81

Content Type of JSON response should not have a charset

8f6e5a1263309611f3ddd43db3772a5025731388 authored about 8 years ago by Channel Cat <[email protected]>
Content Type of JSON response should not have a charset

c256825de6b77027290bd29dedd756fe8567eaef authored about 8 years ago by Hyungtae Kim <[email protected]>
Merge branch 'jpiasetz-fast_router'

cab43503d0d89d19215ca6821c586c0af88f001d authored about 8 years ago by Channel Cat <[email protected]>
Added support for routes with / in custom regexes and updated lru to use url and method

d4e2d94816f56dbbd5264da22219855e3cbf047e authored about 8 years ago by Channel Cat <[email protected]>
Fix flake8

f51055088857e004c48f24577415b1d8bf12b94a authored about 8 years ago by John Piasetzki <[email protected]>
Add simple uri hash to lookup

fc4c192237f484dae03ead98174a7ec081009d4e authored about 8 years ago by John Piasetzki <[email protected]>
Refactor get

baf1ce95b18176dfd452dbafecc0552cdc1487ef authored about 8 years ago by John Piasetzki <[email protected]>
Refactor add parameter

04a6cc9416b77ae99a1fe41d20e01e015a20ab3e authored about 8 years ago by John Piasetzki <[email protected]>
Add lru_cache to get

d1beabfc8fde95811c205ed2360871ef3ccf5814 authored about 8 years ago by John Piasetzki <[email protected]>
Convert dict to set

f4b45deb7ffa299b5f17fde787c7b9152ba96b14 authored about 8 years ago by John Piasetzki <[email protected]>
Convert string formats

e25e1c0e4ba9a841216ba7c003d1cd5154cba46c authored about 8 years ago by John Piasetzki <[email protected]>
Extract constant

50e4dd167e465af2c26ff4d092b49bbf5edd71d6 authored about 8 years ago by John Piasetzki <[email protected]>
Remove simple router

f2cc404d7f003ec7043623a1ab3a0e262dc3931e authored about 8 years ago by John Piasetzki <[email protected]>
Merge pull request #79 from Eyepea/master

Enable after_start and before_stop callbacks for multiprocess

f6a8dbf4860e49da7a80f8ce7ed8f2e112a95acf authored about 8 years ago by Channel Cat <[email protected]>
Enable after_start and before_stop callbacks for multiprocess

7dcdc6208dc8b69d2ba1ea9826f7bd7b226c690c authored about 8 years ago by Ludovic Gasc (GMLudo) <[email protected]>
Merge pull request #71 from channelcat/tornado-results

Added tornado benchmarks

f5569f1723e4eb42fb625d7564fd8e90a3160a55 authored about 8 years ago by Channel Cat <[email protected]>
Added tornado benchmarks

0327e6efba2346e19861d8ffd87ca08a45196531 authored about 8 years ago by Channel Cat <[email protected]>
Merge branch 'mikoim-feature/statuscode'

138b947b9546cad80f7f7cd229b7eb1edb52636e authored about 8 years ago by Ubuntu <[email protected]>
Added fast lookup dict for common response codes

3d00ca09b9baf3482c17a23936ef836ea3fad3f2 authored about 8 years ago by Ubuntu <[email protected]>
Merge branch 'feature/statuscode' of https://github.com/mikoim/sanic into mikoim-feature/statuscode

69345272cdfd482e3056ad928316ee08b77129b6 authored about 8 years ago by Ubuntu <[email protected]>