jbaldwin / liblifthttp

Safe and easy to use C++17 HTTP client library.
Other
61 stars 16 forks source link

Get method for Request::OnCompleteHandler #107

Closed jbaldwin closed 4 years ago

jbaldwin commented 4 years ago

Only a setter exists, but for a library function to wrap the user's lambda in another lambda it would be useful to be able to access the currently set on complete handler.