{"html_url": "https://github.com/simonw/datasette/pull/518#issuecomment-504791796", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/518", "id": 504791796, "node_id": "MDEyOklzc3VlQ29tbWVudDUwNDc5MTc5Ng==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-06-23T22:10:02Z", "updated_at": "2019-06-24T13:42:50Z", "author_association": "OWNER", "body": "The Sanic stuff I import at the moment is:\r\n\r\n- [x] `from sanic.views import HTTPMethodView`\r\n- [x] `from sanic.request import Request` https://github.com/huge-success/sanic/blob/0.7.0/sanic/request.py#L44\r\n- [x] `from sanic.exceptions import NotFound`\r\n- [x] `from sanic import response` - used for `response.text(\"\")`, `response.redirect(path)`, `response.HTTPResponse` and `response.html()` https://github.com/huge-success/sanic/blob/0.7.0/sanic/response.py\r\n- [x] `from sanic.request import RequestParameters` https://github.com/huge-success/sanic/blob/0.7.0/sanic/request.py#L30", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 459587155, "label": "Port Datasette from Sanic to ASGI + Uvicorn"}, "performed_via_github_app": null}