We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can do this by modifying this function:
datasette/datasette/utils/asgi.py
Lines 248 to 270 in 02dc629
The text was updated successfully, but these errors were encountered:
I can use aiofiles.os.stat for this: https://github.com/Tinche/aiofiles/blob/master/aiofiles/os.py
aiofiles.os.stat
Sorry, something went wrong.
213e6a8
Deployed and working:
% curl -I 'https://fivethirtyeight.datasettes.com/fivethirtyeight.db' HTTP/1.1 200 OK Date: Wed, 22 Jul 2020 04:59:23 GMT Content-Type: application/octet-stream Content-Length: 281845760 Connection: keep-alive Set-Cookie: __cfduid=d550b15c99aa59144e49557ced64fc48a1595393963; expires=Fri, 21-Aug-20 04:59:23 GMT; path=/; domain=.datasettes.com; HttpOnly; SameSite=Lax Via: 1.1 vegur Cache-Control: max-age=14400 CF-Cache-Status: MISS Accept-Ranges: bytes cf-request-id: 04167d0c7100000540f98e8200000001 Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: cloudflare CF-RAY: 5b6a978d89b30540-LAX
Release 0.46
f25391d
Refs #849, #908, #896, #897, #905, #909, #456, #887, #890
No branches or pull requests
I can do this by modifying this function:
datasette/datasette/utils/asgi.py
Lines 248 to 270 in 02dc629
The text was updated successfully, but these errors were encountered: