Skip to content

Conversation

@shidenggui
Copy link
Contributor

For speeding up url route matching, I defined a custom rule class and a custom url map class. But Flask currently only allows modifying url rule class, it should support modify url map class too.

    #: The rule object to use for URL rules created.  This is used by
    #: :meth:`add_url_rule`.  Defaults to :class:`werkzeug.routing.Rule`.
    #:
    #: .. versionadded:: 0.7
    url_rule_class = Rule

@ThiefMaster
Copy link
Member

FYI, your commit isn't properly linked to your GitHub account (different email).

@davidism davidism added this to the 1.1.0 milestone May 19, 2019
@davidism davidism force-pushed the feature_allow_customizing_url_map branch from 1dbbc1a to 2a2a11b Compare May 19, 2019 04:51
@davidism davidism merged commit 05102f6 into pallets:master May 19, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants