yhirose / cpp-httplib

A C++ header-only HTTP/HTTPS server and client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the `:` in path param

BiuXWT opened this issue · 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