taoufik
|
7f3177f662
|
v2.0.3
|
2019-10-22 10:41:34 +01:00 |
|
taoufik
|
1bdbea238e
|
Add a api.static_app and extend starlette's StaticFiles app
|
2019-08-31 01:38:00 +02:00 |
|
taoufik
|
d1db913c7d
|
Bump dependencies
|
2019-08-17 22:15:43 +02:00 |
|
taoufik
|
f3c9320837
|
ASGI 3 support
|
2019-08-05 15:33:56 +02:00 |
|
taoufik
|
a6955b5db5
|
Fix lifespan and bump starlette to 0.11.*
|
2019-04-29 23:09:48 +02:00 |
|
kennethreitz
|
712ec2410d
|
changes
|
2019-04-28 09:39:12 -04:00 |
|
Jonathan Beebe
|
63e338ed6f
|
Removed asgiref dependency
Replaced WsgiToAsgi (asgiref.wsgi) usage with WSGIMiddleware (starlette.middleware.wsgi) to fix breaking changes with asgiref 3.0.0.
|
2019-03-28 20:12:22 -07:00 |
|
Jan Vlčinský
|
0a9d819555
|
Merge branch 'master' into fix_uvloop_env_marker
|
2019-02-22 20:47:25 +01:00 |
|
Jan Vlcinsky
|
b31dfeefb7
|
Fix #313 incomplete environment marker for uvloop
|
2019-02-22 20:44:32 +01:00 |
|
taoufik07
|
5ed45634cb
|
Pin starlette to 0.10.* and update the lock file
|
2019-02-20 18:45:53 +01:00 |
|
taoufik07
|
86705d0c2f
|
Pin starlette to 0.10.5
|
2019-02-19 22:35:23 +01:00 |
|
taoufik07
|
d59c4333f2
|
starlette 0.10.*
|
2019-02-13 16:03:20 +01:00 |
|
taoufik07
|
49114f36ce
|
Update starlette>=0.10.2
|
2019-02-13 12:14:13 +01:00 |
|
kennethreitz
|
69eb843604
|
fixes
|
2019-01-12 06:57:28 -05:00 |
|
Tom Christie
|
9f0a568fa3
|
Resolve startup/shutdwown events
|
2019-01-09 12:42:15 +00:00 |
|
Sawood Alam
|
1113a9aa0d
|
Import lifespan as a middleware as per the change in starlette package
|
2018-11-30 11:52:43 -05:00 |
|
Tom Christie
|
69a300f21a
|
Use Starlette's run_in_threadpool
|
2018-11-15 10:38:05 +00:00 |
|
Mathew Sharff
|
b42ae0dfd7
|
Fixed a typo in setup.py: mainfest -> manifest
|
2018-11-12 21:33:12 -08:00 |
|
T.Kameyama
|
774db6bead
|
fix: license mismatch in setup.py
|
2018-10-25 18:52:00 +09:00 |
|
kennethreitz
|
aa12b24293
|
whitenoise
|
2018-10-24 08:34:06 -04:00 |
|
kennethreitz
|
beab89df09
|
apistar
|
2018-10-24 08:12:45 -04:00 |
|
kennethreitz
|
950be14eca
|
Revert "Merge branch 'master' of github.com:kennethreitz/responder"
This reverts commit 446deffc17, reversing
changes made to e0863115ee.
|
2018-10-23 08:00:30 -04:00 |
|
Ivan Larin
|
371a83f20f
|
Depend on marshmallow>=3.0.0b7 kennethreitz/responder#119
|
2018-10-22 19:46:55 +03:00 |
|
kennethreitz
|
f5905568c4
|
files support
|
2018-10-20 09:54:53 -04:00 |
|
kennethreitz
|
6a9110e9c1
|
Merge branch 'master' into cli-build
|
2018-10-18 16:40:20 -07:00 |
|
Dražen Lučanin
|
51ffce09ae
|
fix cli setup
|
2018-10-18 23:48:09 +02:00 |
|
kennethreitz
|
8f876da245
|
sessions
|
2018-10-18 10:03:56 -07:00 |
|
kennethreitz
|
f309ad7746
|
cli
|
2018-10-16 05:14:48 -07:00 |
|
kennethreitz
|
cdf989427a
|
mount flaks apps
|
2018-10-16 04:20:29 -07:00 |
|
Steven Loria
|
3991c82c91
|
Depend on apispec>=1.0.0b1
The current code depends on the `apispec.yaml_utils`
module, which only exists in apispec 1.0.0b.
Close #52
|
2018-10-15 19:46:46 -04:00 |
|
kennethreitz
|
003991c8c6
|
fix
|
2018-10-15 08:41:39 -04:00 |
|
kennethreitz
|
aeb46d9b54
|
open_api spec
|
2018-10-15 08:21:40 -04:00 |
|
kennethreitz
|
c8392b65b6
|
remove cli, next version
|
2018-10-15 06:53:41 -04:00 |
|
Luna
|
e5fc801899
|
added boilerplate cli
|
2018-10-14 16:40:57 +01:00 |
|
kennethreitz
|
36c5739318
|
fix encoding
|
2018-10-14 06:03:57 -04:00 |
|
kennethreitz
|
47c5b84093
|
form parsing working
|
2018-10-13 08:41:28 -04:00 |
|
kennethreitz
|
d9befc6d8c
|
test
|
2018-10-12 13:13:13 -04:00 |
|
kennethreitz
|
9b0cae3794
|
background
|
2018-10-12 12:26:04 -04:00 |
|
Tom Christie
|
d524ba3a37
|
Merge remote-tracking branch 'upstream/master' into asgi
|
2018-10-12 14:28:33 +01:00 |
|
Tom Christie
|
41776cf2df
|
Initial pass at ASGI support
|
2018-10-12 13:57:22 +01:00 |
|
kennethreitz
|
b1e4222c93
|
requirements for builds
|
2018-10-12 07:46:12 -04:00 |
|
kennethreitz
|
83fa6d6897
|
parameterized routes working
|
2018-10-11 10:29:15 -04:00 |
|
kennethreitz
|
671499bb43
|
working order
|
2018-10-10 11:07:11 -04:00 |
|
kennethreitz
|
749a7efdef
|
templates working
|
2018-10-10 07:48:00 -04:00 |
|
kennethreitz
|
1427ca0a35
|
pipfile cleanup
|
2018-10-09 07:39:05 -04:00 |
|
kennethreitz
|
5b7b0fcb8e
|
cleanups
|
2018-10-09 07:33:38 -04:00 |
|
kennethreitz
|
152a7153d0
|
cargo culting
|
2018-10-09 07:28:36 -04:00 |
|