Deployed 39c84c7 with MkDocs version: 1.1.2

This commit is contained in:
2020-09-13 02:02:14 +00:00
parent 23ea07806b
commit 0b8a03b191
5 changed files with 12 additions and 12 deletions

View File

@ -265,5 +265,5 @@ webSocket.send("hello world");
<!--
MkDocs version : 1.1.2
Build Date UTC : 2020-09-12 21:17:51.281859+00:00
Build Date UTC : 2020-09-13 02:02:14.730728+00:00
-->

File diff suppressed because one or more lines are too long

View File

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

Binary file not shown.

View File

@ -544,7 +544,7 @@ out = httpClient.post(url, std::string(&quot;foo=bar&quot;), args);
auto statusCode = response-&gt;statusCode; // Can be HttpErrorCode::Ok, HttpErrorCode::UrlMalformed, etc...
auto errorCode = response-&gt;errorCode; // 200, 404, etc...
auto responseHeaders = response-&gt;headers; // All the headers in a special case-insensitive unordered_map of (string, string)
auto payload = response-&gt;payload; // All the bytes from the response as an std::string
auto body = response-&gt;body; // All the bytes from the response as an std::string
auto errorMsg = response-&gt;errorMsg; // Descriptive error message in case of failure
auto uploadSize = response-&gt;uploadSize; // Byte count of uploaded data
auto downloadSize = response-&gt;downloadSize; // Byte count of downloaded data