**🚀 Feature Request** [ASGI pathsend](https://asgi.readthedocs.io/en/latest/extensions.html#path-send) is a protocol extension that allows ASGI apps to *offload* file responses to the server. When using servers implementing the extension [it can lead to important performance gains](https://github.com/emmett-framework/granian/tree/master/benchmarks#file-responses), and thus looks like a good addition for Blacksheep. In case you're interested, I can start working on a PR for this.