Closed
Description
ref: #268
I don't think it's up to TiTiler to define application settings like CORS and response compression. This could be easily added by a user on their own application
from brotli_asgi import BrotliMiddleware
from titiler.main import app
app.add_middleware(BrotliMiddleware, minimum_size=0, gzip_fallback=True)