IXWebSocket/docs
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
..
build.md Update build.md 2021-09-29 12:15:31 -07:00
CHANGELOG.md Feature/version 11.3.2 (#329) 2021-11-24 08:45:04 -08:00
design.md Update design.md 2021-11-24 09:00:23 -08:00
index.md Update index.md 2021-11-24 09:02:42 -08:00
packages.md generate a compilation database when building with make for the default target, so that clang-tidy can be used 2020-04-22 14:14:09 -07:00
performance.md (ws) Add a new ws sub-command, push_server. This command runs a server which sends many messages in a loop to a websocket client. We can receive above 200,000 messages per second (cf #235). 2020-08-02 12:41:34 -07:00
usage.md Allow to cancel asynchronous HTTP requests (#332) 2021-12-20 23:01:55 -08:00
ws.md remove ixbots / ixsnake / ixcobra / ixredis (which should go in their own standalone project 2020-12-25 15:32:15 -08:00