Kosta-Github/http-cpp

Implement TIMEOUT support

Closed this issue · 0 comments

A timeout can already be simulated with the 'std::future::wait_for()' method on the request object but a more direct implementation via a config setting on the 'client' object makes sense as well.