home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1701828197

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/2168#issuecomment-1701828197 https://api.github.com/repos/simonw/datasette/issues/2168 1701828197 IC_kwDOBm6k_c5lb9Zl 9599 2023-08-31T21:48:00Z 2023-08-31T21:48:57Z OWNER A pattern like this could be interesting: ```python async def my_middleware(datasette, request, get_response): # Mess with request here if neccessary response = await get_response(request) # mess with response return response ``` The Django pattern is more complicated but does have that mechanism for running one-time configuration prior to defining the `middleware()` function, which is neat. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1876353656  
Powered by Datasette · Queries took 0.864ms