siesta icon indicating copy to clipboard operation
siesta copied to clipboard

C++ HTTP/REST/Websocket framework based on Nanomsg NG.

Results 2 siesta issues
Sort by recently updated
recently updated
newest added

Say I have ``` holder += httpServer->addRoute(HttpMethod::GET, "/a/:b/:c", foo); holder += httpServer->addRoute(HttpMethod::GET, "/a", bar); ``` The above code will work with URI like "/a/bb/cc" being directed to the function foo...

Hi @robiwano , Hope you are all well ! I was wondering if it is complicated to extend siesta with the surveyor pattern and replicate what is described in this...