From 318592511c9c7156599fd02e3edf625097ecb434 Mon Sep 17 00:00:00 2001 From: pgjones Date: Tue, 15 Aug 2023 08:29:57 +0100 Subject: [PATCH] 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. --- src/flask/sansio/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/flask/sansio/README.md diff --git a/src/flask/sansio/README.md b/src/flask/sansio/README.md new file mode 100644 index 0000000000..623ac19823 --- /dev/null +++ b/src/flask/sansio/README.md @@ -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.