Carlos Gomes Martinho
Carlos Gomes Martinho
my first guess was to add the missing template to basic_router.cpp though no luck -> does not work either (compiling though now functioning): ```cpp template void use(resource_regex_type const& path_to_resource, const...
The point is that it does not seem to work to use chainable middlewares for e.g. logging, authentication etc for `router.use` one can use the middlewares only wity `router.get|post|put etc`...
did it myself as I also needed other features... Example of what I wished in this issue: https://github.com/expresscpp/expresscpp/blob/master/example/router.cpp
there are example in the folder `apps` for example: https://github.com/bacnet-stack/bacnet-stack/blob/master/apps/server/main.c
though the readme and documentation can be improved, you are welcome to contribute :+1:
I agree with you, eventually we could make a object oriented C++ wrapper class for a client and one for a server.
I can take on this one as i have packaged already some apps as snaps... would be happy to contribute if you like
same here, issue was missing `icon` key in `build.linux`
> Ok. Yes, cmake is a good for cross platform with Windows, at least it’s what Microsoft if pushing. Rarely as simple as clicking build, because dependencies like OpenSSL will...
Put me in 👍