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

@ -372,5 +372,5 @@ int main()
<!-- <!--
MkDocs version : 1.2.3 MkDocs version : 1.2.3
Build Date UTC : 2021-12-21 06:59:43.758298+00:00 Build Date UTC : 2021-12-21 07:02:33.225603+00:00
--> -->

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -572,6 +572,9 @@ bool ok = httpClient.performRequest(args, [](const HttpResponsePtr&amp; response
); );
// ok will be false if your httpClient is not async // 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-&gt;cancel = true;
</code></pre> </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> <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> <h2 id="http-server-api">HTTP server API</h2>