forked from orbit-oss/flask
Add a brief README to the sansio
This should hopefully explain what it is used for and why certain code cannot be present in it.
This commit is contained in:
parent
80cf589a26
commit
318592511c
1 changed files with 6 additions and 0 deletions
6
src/flask/sansio/README.md
Normal file
6
src/flask/sansio/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Sansio
|
||||
|
||||
This folder contains code that can be used by alternative Flask
|
||||
implementations, for example Quart. The code therefore cannot do any
|
||||
IO, nor be part of a likely IO path. Finally this code cannot use the
|
||||
Flask globals.
|
||||
Loading…
Add table
Add a link
Reference in a new issue