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

@ -473,6 +473,7 @@ bool ok = httpClient.performRequest(args, [](const HttpResponsePtr& 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;