hello! how can i get help with my clouflare account?
hello! how can i get help with my clouflare account?







pyodide.ffi.JsProxy related error, here's my code:upstream connect error or disconnect/reset before headers. reset reason: connection termination, what went wrong?class TodoDB:
@staticmethod
async def get_todos(db):
query = """
SELECT id, user_id, text
FROM todos;
"""
results = await db.prepare(query).all()
return results.results
@app.get("/todos")
async def get_todos(request: Request):
results = await TodoDB.get_todos(request.scope["env"].DB)
return Response.json(results)res.headers.set("age", Math.round(Date.now() - new Date(res.headers.get("date")).getTime() / 1e3))