You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitMate.io thinks the contributor most likely able to help you is @asvetlov.
Possibly related issues are #689 ([Feature Request] Provide a JsonResponse class), #1618 (allow HEAD requests to default routes), #3259 (What takes request.task so long to complete (server)?), #2816 (Feature request: add functionality to retrieve the the server certificate in a client request), and #1528 (Can't GET or POST request for custom ports with URL).
Long story short
I am creating a package based on
aiohttp
(https://github.com/jwinnie/maglev). This package implements custom routing behaviors based on middleware.Expected behaviour
I am able to disable the routing mechanism and jump straight to the
handle
function for all routes.Actual behaviour
I currently use a workaround which probably impacts performance:
The text was updated successfully, but these errors were encountered: