Martin Natano 66cd29e747
Allow to cancel asynchronous HTTP requests (#332)
Usage:

	auto args = this->httpClient.createRequest(url, method);
	httpClient.performRequest(args, ...);
	[...]
	// Oops, we don't actually want to complete the request!
	args->cancel = true;
2021-12-20 23:01:55 -08:00
..
2019-06-23 14:54:21 -07:00
2019-05-16 19:20:29 -07:00
2018-12-29 18:34:08 -08:00
2021-03-20 09:50:21 -07:00
2020-04-24 15:34:00 -07:00