Skip to content

httpf to support path parametersΒ #210

@neezer

Description

@neezer

πŸ‘‹πŸ» Hi, it looks like httpf doesn't support path parameters, as in configuring routes like this:

/posts/:id # /posts/3

Where the route handler could then consume with (get req :params) (which would return a struct like {:id "3"}).

Is that right? If so, is there appetite for adding that functionality?

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