Deployed 67cb485 with MkDocs version: 1.1.2

This commit is contained in:
2020-10-12 17:50:37 +00:00
parent e2d346e9dd
commit 5756244611
5 changed files with 17 additions and 11 deletions

View File

@ -98,6 +98,10 @@
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#1051-2020-10-09" class="nav-link">[10.5.1] - 2020-10-09</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#1050-2020-09-30" class="nav-link">[10.5.0] - 2020-09-30</a>
<ul class="nav flex-column">
</ul>
@ -1051,6 +1055,8 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="1051-2020-10-09">[10.5.1] - 2020-10-09</h2>
<p>(http client + server + ws) Add support for compressing http client requests with gzip. --compress_request argument is used in ws to enable this. The Content-Encoding is set to gzip, and decoded on the server side if present.</p>
<h2 id="1050-2020-09-30">[10.5.0] - 2020-09-30</h2>
<p>(http client + server + ws) Add support for uploading files with ws -F foo=@filename, new -D http server option to debug incoming client requests, internal api changed for http POST, PUT and PATCH to supply an HttpFormDataParameters</p>
<h2 id="1049-2020-09-30">[10.4.9] - 2020-09-30</h2>