Skip to content

Caching parsePathParameters for each incoming request #2

@rogelio-o

Description

@rogelio-o

For each layer, the regex is executed in order to find the value of each path variable. It is possible that a lot of regex would be shared between layers. The purpose of this issue is to improve the HttpRouterExecutor and the HttpLayer so the executed regex can be saved and not executed again in an event handling.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions