Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the Sans-IO parts out of the Response wrapper
This might be clearer if you consider the names as `BaseResponse` and `WSGIResponse` (although these names aren't possible for compatibility reasons). The `SansIOResponse` contains all the information that is not WSGI or IO dependent thereby allowing it to be used in ASGI projects, notably Quart.
- Loading branch information