-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtodo
37 lines (25 loc) · 895 Bytes
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Add tests for memc and mrq failover. ?
Add streaming upload?
https://github.com/huge-success/sanic/tree/master/examples/request_stream
If we lose the mrq servers we have to tell client ?0
Wiki doc?
http://www.django-rest-framework.org/api-guide/requests/
vhosts -- how to do this? I don't like sanic's, maybe do cherrypy's redir
sanic:
@app.route('/', host=["example.com",
"somethingelse.com",
"therestofyourdomains.com"])
cherrypy:
conf = {
"/": {
"request.dispatch": cherrypy.dispatch.VirtualHost(
**{
'api.foo.com': '/api',
logging
Stream large file upload
https://github.com/channelcat/sanic/issues/546
Dev reload?
https://github.com/channelcat/sanic/issues/168
Write tutorials? github wiki pages
Flask:
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world