Files
itgmania212121/extern
Martin Natano 134fa9a3d9 IXWebSocket: Allow to cancel asynchronous HTTP requests
Usage:

    auto args = this->httpClient.createRequest(url, method);
    httpClient.performRequest(args, ...);
    [...]
    // Oops, we don't actually want to complete the request!
    args->cancel = true;

Submitted upstream:
https://github.com/machinezone/IXWebSocket/pull/332
2022-01-15 22:56:22 +01:00
..
2015-09-19 15:40:13 +08:00
2018-01-20 19:29:27 +01:00
2015-09-20 09:36:38 -04:00
2022-01-15 22:56:08 +01:00
2019-10-01 16:48:00 +08:00