Carlos Gomes Martinho

Results 21 issues of Carlos Gomes Martinho

middlewares are great to check for credentials and permissions e.g. authentication and authorization. ```cpp auto authMiddleware = [](HttpRequest request, HttpContext context, auto iterator) { if (request[boost::beast::http::field::authorization] != "my_token") { context.send(make_401(request));...

@cabo I'm doing some packaging for conan to use this project as dependency of https://github.com/openthread/ot-commissioner now my question: is this still maintained? I've been doing MRs to https://github.com/jimsch/cn-cbor/tree/complete though normally...

![screenshot from 2018-11-24 16-08-44](https://user-images.githubusercontent.com/1331762/48969742-464fc080-f003-11e8-86c0-e2d1be2dffc6.png)

help wanted

conan is a package manager for C/C++

this issue shall track the status of the `secure connect datalink` implementation

# what removes the visual studio project files and references to it # why reduce maintenance as last two versions of visual studio have built-in cmake support out of the...

It would be great to have an example on how to send data from the server to a client in an asynchronous way. I mean by that that the server...

projects like protobuf or grpc have a lot of submodules which are needed at compile time... It would be great if this tool could also mirror the submodules with e.g....

enhancement
help wanted