encode / starlette

The little ASGI framework that shines. 🌟
https://www.starlette.io/
BSD 3-Clause "New" or "Revised" License
10.31k stars 948 forks source link

Add support for ASGI `pathsend` extension #2671

Open gi0baro opened 3 months ago

gi0baro commented 3 months ago

Summary

As per title, this adds support for ASGI pathsend extension on FileResponse class for servers implementing it.

This is a re-work of #2435 combined with parts of #2616, as discussed in #2613 with @Kludex.

Checklist

gi0baro commented 1 month ago

@Kludex I just rebased from current master for your convenience