What's Changed
* Add `BackgroundTask` and `BackgroundTasks` to replace Starlette by Goldziher in https://github.com/starlite-api/starlite/pull/626.
* Add `Etag` support to `File` and update response containers by Goldziher in https://github.com/starlite-api/starlite/pull/626.
* Add `RedirectResponse`, `FileResponse` and `StreamingResponse` to replace Starlette by Goldziher in https://github.com/starlite-api/starlite/pull/626.
* Add `status_codes` constants by Goldziher in https://github.com/starlite-api/starlite/pull/626.
* Fix cache classes being coupled to `asyncio` by Goldziher in https://github.com/starlite-api/starlite/pull/626.
* Update `Response` to replace Starlette by Goldziher in https://github.com/starlite-api/starlite/pull/626.
**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.31.0...v1.32.0