miketsts

Results 4 comments of miketsts

@yhirose, unfortunately, I don't have experience with other libraries, at least on a client side. This is why I chose cpp-httplib, and I am pretty much happy with it :-)...

I actually found my own another older implementation. It is server side processing, but the principle can be the same. In each request handling function I create an object of...

An additional idea came to my mind. Currently, the user supplied logger callback has two parameters - _request_ and _response_. We can add an additional parameter: _event_, which can be...

@yhirose I understand what you mean. From my POV of an application developer, I have a single application log, which I can filter on different criteria like severity or event...