Simon Willison
Simon Willison
As observed here: - https://github.com/simonw/datasette-scale-to-zero/issues/4#issuecomment-1646525071 Fly also call this "wake on request".
Also an opportunity to clean up that `\n\t` in `[email protected], \n\[email protected]"`.
It looks like Quart may be the only current ASGI Python library with support for range requests: https://github.com/pgjones/quart/blob/49a70ed62ad1035dbdf884393dd6c70893484b14/src/quart/wrappers/response.py#L145-L210 I think Falcon has support in its upcoming version 3.0 but that...