No description
Find a file
Kumi 69e3a5a25d
feat: add streaming and error handling to proxy route
Introduced streaming support in the proxy route to handle large data transfers more efficiently without loading everything into memory at once. Added error handling for HTTP errors and content-type detection failures to provide more robust and user-friendly responses. Updated import statements to reflect new dependencies.
2024-08-03 16:32:44 +02:00
templates feat: redesign layout with hero section and footer 2024-08-03 11:15:36 +02:00
.gitignore feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00
app.py feat: add streaming and error handling to proxy route 2024-08-03 16:32:44 +02:00
requirements.txt feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00