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