Skip to content

make .:format optional, fall back to default serializer #1

@27escape

Description

@27escape

If a path that specified a .:format option is matched

get '/user_info/:userid.:format => sub {}

I would also like to get the default serializer with additionally using
get '/user_info/:userid => sub {}

maybe we could have
get '/user_info/:userid(.:format)? => sub {}

thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions