simonw / datasette

An open source multi-tool for exploring and publishing data
https://datasette.io
Apache License 2.0
9.52k stars 685 forks source link

Support Range Requests on Static Files #2377

Open asg017 opened 3 months ago

asg017 commented 3 months ago

Would be great for hosting pmtiles!

$ curl -I 'http://localhost:8001/assets/plugins/static/table-example-plugins.js'
HTTP/1.1 200 OK
date: Tue, 30 Jul 2024 17:08:03 GMT
server: uvicorn
content-length: 2726
content-type: application/javascript
asg017 commented 3 months ago

Possible previous work on this? https://github.com/encode/starlette/issues/950