Skip to content

any way to use patterns for a path matcher? #9

Closed
@cameronbraid

Description

@cameronbraid

I would like to be able to use path patterns like
.get("/**")
or
.get("/?**)
or most flexible :

.match(context=>{
// custom matcher here which can access headers, query string parameters, url from the context

})

would this be hard to add ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions