-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As of now, we parse headers and query parameters on every initialisation of Request object. A better approach could be doing that lazy by using some getters to not spent effort on parsing query params and headers if user don't need to read them. We'll also need to use getters for many other properties(host
, ip
, protocol
etc) to not parse headers without really needing them.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request