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
2f0a582aa782f224e59911fa94d2f45c8c761e18 authored about 8 years ago
Upgraded Middlewares doc: Explain how to chain two (or more) middlewares
665881471d6aad29266e2eb8b966e2dc61e82f8d authored about 8 years ago39211f8fbddb997f001f8ffc2059a0a0ad729125 authored about 8 years ago
32ea45d403ddb1e1b143ba2fbae0675f32adbc50 authored about 8 years ago
cd17a42234c6465f70795f78436e0589badc5a25 authored about 8 years ago
Apply response Middleware always
8e19b5938c51f2463c7e4f7596334ea3818454fc authored about 8 years agoCreate documentation for testing server endpoints.
9e208ab7445d000554f5d42cc50a3fb0a7f90140 authored about 8 years agoFixed import error in docs
94bd9702e5f26920e09b575de247ca2b1c98a327 authored about 8 years agoA funny and useful examples about how to chain middlewares.
3add40625dc1b195c3129c34b88724e1a1869638 authored about 8 years agoResponse middleware are useful to apply some post-process information, just before send to the u...
5afae986a0aeae6191a5532a11244cb7cc405f94 authored about 8 years agoimprovement: support fo binary data as a input. This do that the response process has more perfo...
f091d82badc35116a45d59560f85cc6176980780 authored about 8 years agoa73a7d1e7b4d96d209d029db6d72d2818330bce9 authored about 8 years ago
5c1ef2c1cfabcadbc7d4527d05d654e7ad23ab17 authored about 8 years ago
Currently the sanic.utils functionality is undocumented. This provides
information on the interf...
c657c531b482039c18bcf926052fcc1f6c8377d0 authored about 8 years ago
Change HttpParserError process
ef9d8710f50a19bc51db4f84b672dba2f0901318 authored about 8 years ago75fc9f91b942f82cd9e25161e076afa28ae10472 authored about 8 years ago
ef9edfd160915c287624f30f0493521ccc533076 authored about 8 years ago
234a7925c611e8f80b94dc183f1f4d86b40a8a84 authored about 8 years ago
a550b5c112e4744880e97439c2df41ea2d7f6a41 authored about 8 years ago
04798cbf5b0976b840430f19c61cd870df28a650 authored about 8 years ago
Fix quotes in sample code for consistency
545d9eb59b72f2f3abe516a20efbab890a3b1a5a authored about 8 years agoa9b67c3028d85fd3f95e9df11129d0cf623eb2f4 authored about 8 years ago
Convert connections dict to set
35e79f3985bdc169523f4151d4b2fe499772a445 authored about 8 years agoflake8 build failed here: https://travis-ci.org/channelcat/sanic/builds/183991976
435d5585e9d1d623b522647daf6296089dc6db85 authored about 8 years agoddfb7f2861d46b6c637da3796aeadbd3ce08d4c3 authored about 8 years ago
Fix PEP8 in Hello World example
6c806549ae4381ddeffa750c80829f182233ea47 authored about 8 years ago8957e4ec25fb2b6b1b20e36a78f5576b6a7736f1 authored about 8 years ago
2003eceba19618fcb20d78b19af072726113cdfc authored about 8 years ago
add jinja example
8fc1462d11ff218fd978281d48314612715e2f1a authored about 8 years ago93b45e9598cfa758559b1205ea399c6198bf3c73 authored about 8 years ago
Convert server lambda to partial
a3a14cdab2d1d1f951bdec80d804d0f0e93482ce authored about 8 years ago9ba2f99ea26c366aedea8f94ea0af152fcb43b99 authored about 8 years ago
Aiopg examples
f9db796a6e87e639882858a90273d3f703261553 authored about 8 years agourl params docs typo fix
94c7aaf7f854a8a226abf42c2d8dba5a9fe5a088 authored about 8 years agoadd missing '>' in url params docs example
6ef6d9a9051dca5d1896f3a03f2a8e13ce0bbc44 authored about 8 years agob44e9baaecee1ec757409e9d1ce263f58e22fc86 authored about 8 years ago
f9176bfdea547bcc3202316c3eb1fd563ace01e7 authored about 8 years ago
721044b3786f4ac190256a3d0d870cf51077e2a8 authored about 8 years ago
154f8570f073c94bec55f1c2681162d6b1beec16 authored about 8 years ago
0464d31a9c91f70699b3ad5706f82927dc442623 authored about 8 years ago
Change Payload Too Large process
e3453553e1c904ddf8e0cf4de47c9f5e69f7eef5 authored about 8 years agoreturn 400 on invalid json post data
6abaa78f9e742f3234081b186b6e22ba3ad9e36f authored about 8 years ago457507d8dc2772f59a144f713f01bd15f73183eb authored about 8 years ago
Fix test_request_timeout.py
3ea1a804963cc17e9e0ac6469ed58a97a3a3d73c authored about 8 years agoThis increases sleep time, Because sometimes timeout error does not occur.
fac4bca4f49c3dc34ff57851d59fba64790d1e31 authored about 8 years agoWhen Payload Too Large occurs, it uses error handler.
662e0c9965b71a1b18bf689b3ca972ce36ec2ec2 authored about 8 years agofix for cookie header capitalization bug
80af9e6d767226922e748e98c9f812087b5a75b2 authored about 8 years ago9b466db5c9d1d717cfb136cacb741f59333445c3 authored about 8 years ago
c34427690a244b7ce1f23dd422bf31fe65f31c1a authored about 8 years ago
Improving comments
d8a974bb4f25d25b9ea14606454efd10fb8ab792 authored about 8 years agoIncrement version to 0.1.8
98b08676e269979f128125d7e132fa572626db5e authored about 8 years ago39f3a63cede12ee40e17073a95578d37a730c158 authored about 8 years ago
Change request timeout process
89e2084489a8db6ba3e1fd69ebbcd5d15d0adf42 authored about 8 years ago70c56b7db33b558ff5fd5a95883fcb558b9621ba authored about 8 years ago
209b7633025e63f1c6f163f3024139d50bd9dabd authored about 8 years ago
190b7a607610551d1071dae5ee682c45efb7c00a authored about 8 years ago
Class based views
cce47a633a125ba73a7a27e75a982bf7f6929601 authored about 8 years agoUse explicit import for httptools
ec2330c42b1a653384876320dfdc1e07ed816b6b authored about 8 years ago0c215685f2e08ef4d5ff3b16d849194d81557133 authored about 8 years ago
d86ac5e3e03f3a1469e9f4e1bce9af1919fbaa54 authored about 8 years ago
ee89b6ad03839bbe526f7e84958f9720e9a30e3f authored about 8 years ago
a5e6d6d2e8a9e3f879fba5cd0d8e175c774e5ceb authored about 8 years ago
1eea1f5485fceb3a18ab9e230dc5435ab609f71d authored about 8 years ago
da4567eea5f84d208f7fbadb1bac7e310297a319 authored about 8 years ago
9010a6573fea7f855b0597986248a2f3d79d1ba4 authored about 8 years ago
d8e480ab4889891906807696f36180086f00aa70 authored about 8 years ago
0bd61f6a57948c94cb9deff0e378b95fc8f0cb4f authored about 8 years ago
This add a request timeout exception.
It cancels task, when request is timeout.
Explicit importing the parser and the exception to save a name lookup.
0ca5c4eeff5e4eab6f986703acc7f3b7f3ef18c2 authored about 8 years agoConnections don't need to be a dict since the value is never used
47927608b2c02cab80270388c0ecff4f0ccb493c authored about 8 years agoPartials are faster then lambdas for repeated calls.
13808bf282493fccf81458da129514d5e28e88ac authored about 8 years agoc3c7964e2e49fc5bac044551700365eeaf8ba006 authored about 8 years ago
fca0221d911dac1f53dd94b60ed51f06835472b8 authored about 8 years ago
9f2d73e2f152456df27941efc3d5fe2695e0af6b authored about 8 years ago
Access Request like a dictionary
Closes #129 #132
fc19f2ea34172919979b01e931742f18ddc2c9f8 authored about 8 years agoaa0f15fbb2de8bd644eaff869e6ee94880d19802 authored about 8 years ago
fix the way using logging.exception
93f50b8ef7ed8fee206d2c440b096c09f1dd0af4 authored about 8 years agoRevised error message in server.py (Issue #157)
7b85843363b65eeddd521b06243528f9f4fbce50 authored about 8 years agof7f578ed4494298170b885c9631274432dcc5ed5 authored about 8 years ago
Updating base fork
de92603ccfd5a8e3110abe3879fd3fa0a219f1fb authored about 8 years agod02fffb6b84d4d9e7e728c38c6115ee3b417d662 authored about 8 years ago
922c96e3c1ca28572b631b63145f717774f5efd2 authored about 8 years ago
993627ec441c8448eb50613bfa877c4bd1cf27dd authored about 8 years ago
01681599ff63384e8f87680df641c178b3c2484f authored about 8 years ago
3ce6434532fcf7994a50f0d780320cb3b1e6e586 authored about 8 years ago
a97e554f8f4bd2443d6a9d68c60351a8f86c10bc authored about 8 years ago
Update headers to use CIMultiDict instead of dict.
fd5a79a6858dfd4d9c18d2afcaba8a039d3ed49c authored about 8 years ago635921adc71c8d27bc315f3b18ad927b6e14a5a5 authored about 8 years ago
9eb4cecbc1674321b3e37a7ae08afb996d5bd890 authored about 8 years ago
provide default app name
879b9a4a15351f9a28bfc6283db45e26219bdc57 authored about 8 years ago8be4dc8fb52f27a4a51cc5d31a1aa6a767450450 authored about 8 years ago
f16ea20de5fa844c53639f91cf521d2993806fb8 authored about 8 years ago
Example for using error_handler
c51b14856e757265e6e16366676dfe8217a22a53 authored about 8 years agoFix the flake8 error caused by new flake8 version
88ee71c425185437a6f0a0d1d37dda20c3010a90 authored about 8 years agoedb12da154f30b208571f43aac018bd56e587b19 authored about 8 years ago
d9f6846c7641e6ae9c4ea4c688a4d24f56e83a8b authored about 8 years ago
9e0747db15282f6f8f8474f32e6b9ff0f1bf9174 authored about 8 years ago
aiohttp is slightly faster actually
ae3d33ad58949443d9dfe31f09388fd8b7cfdc92 authored about 8 years ago* Caching example using aiocache
* Caching example using aiocache
* Added aiocache to requ...
edb25f799d2e85f3d715582fd2005cc80c8a6dd5 authored about 8 years ago