HttpResponseCallback

DESCRIPTION

Callback to be invoked when a HTTP request has resolved

DECLARATION

using HttpResponseCallback =
    std::function<void(std::unique_ptr<SignalingHttpResponse> response)>

PARAMETERS

response:
if the response is non null the request succeeded, else it failed.