Deployed 66cd29e with MkDocs version: 1.2.3

This commit is contained in:
2021-12-21 07:02:33 +00:00
parent 07e219f6b3
commit 91bff96571
4 changed files with 5 additions and 2 deletions

View File

@ -572,6 +572,9 @@ bool ok = httpClient.performRequest(args, [](const HttpResponsePtr& response
);
// ok will be false if your httpClient is not async
// A request in progress can be cancelled by setting the cancel flag. It does nothing if the request already completed.
args->cancel = true;
</code></pre>
<p>See this <a href="https://github.com/machinezone/IXWebSocket/issues/209">issue</a> for links about uploading files with HTTP multipart.</p>
<h2 id="http-server-api">HTTP server API</h2>