Skip to content

httpf to support path parameters #210

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions