cpp-httplib
cpp-httplib copied to clipboard
about the `:` in path param
A url like this
/usr/:name/number/:id/do:work
the :work is not a param , the whole do:work string is a phrase ,
but now , the framework will consider work as a param,could you please fix it