Skip to content

Lazy parsing of headers and query parameters #7

@muratcorlu

Description

@muratcorlu

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions