cpp-httplib icon indicating copy to clipboard operation
cpp-httplib copied to clipboard

about the `:` in path param

Open BiuXWT opened this issue 1 year ago • 0 comments

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

BiuXWT avatar Mar 21 '24 10:03 BiuXWT