Deployed 66cd29e
with MkDocs version: 1.2.3
This commit is contained in:
parent
07e219f6b3
commit
91bff96571
@ -372,5 +372,5 @@ int main()
|
||||
|
||||
<!--
|
||||
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
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user