Deployed 3391686 with MkDocs version: 1.1.2

This commit is contained in:
2020-05-27 17:39:19 +00:00
parent db3f857e8d
commit fe7e83c580
5 changed files with 11 additions and 10 deletions

View File

@ -262,5 +262,5 @@ webSocket.send("hello world");
<!--
MkDocs version : 1.1.2
Build Date UTC : 2020-05-21 16:55:25.764873+00:00
Build Date UTC : 2020-05-27 17:39:19.486955+00:00
-->

File diff suppressed because one or more lines are too long

View File

@ -1,35 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-05-21</lastmod>
<lastmod>2020-05-27</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

View File

@ -473,6 +473,7 @@ bool ok = httpClient.performRequest(args, [](const HttpResponsePtr&amp; response
// ok will be false if your httpClient is not async
</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>
<pre><code class="cpp">#include &lt;ixwebsocket/IXHttpServer.h&gt;