Deployed 0ab04f5
with MkDocs version: 1.1
This commit is contained in:
parent
f3f86e4e91
commit
4d70380d11
@ -95,6 +95,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="#950-2020-04-25" class="nav-link">[9.5.0] - 2020-04-25</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#941-2020-04-25" class="nav-link">[9.4.1] - 2020-04-25</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -696,6 +700,8 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="950-2020-04-25">[9.5.0] - 2020-04-25</h2>
|
||||
<p>(ssl) Default to OpenSSL on Windows, since it can load the system certificates by default</p>
|
||||
<h2 id="941-2020-04-25">[9.4.1] - 2020-04-25</h2>
|
||||
<p>(header) Add a space between header name and header value since most http parsers expects it, although it it not required. Cf #184 and #155</p>
|
||||
<h2 id="940-2020-04-24">[9.4.0] - 2020-04-24</h2>
|
||||
|
@ -117,8 +117,8 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
|
||||
<p>Options for building:</p>
|
||||
<ul>
|
||||
<li><code>-DUSE_TLS=1</code> will enable TLS support</li>
|
||||
<li><code>-DUSE_OPEN_SSL=1</code> will use <a href="https://www.openssl.org/">openssl</a> for the TLS support (default on Linux)</li>
|
||||
<li><code>-DUSE_MBED_TLS=1</code> will use <a href="https://tls.mbed.org/">mbedlts</a> for the TLS support (default on Windows)</li>
|
||||
<li><code>-DUSE_OPEN_SSL=1</code> will use <a href="https://www.openssl.org/">openssl</a> for the TLS support (default on Linux and Windows)</li>
|
||||
<li><code>-DUSE_MBED_TLS=1</code> will use <a href="https://tls.mbed.org/">mbedlts</a> for the TLS support</li>
|
||||
<li><code>-DUSE_WS=1</code> will build the ws interactive command line tool</li>
|
||||
<li><code>-DUSE_TEST=1</code> will build the unittest</li>
|
||||
</ul>
|
||||
|
@ -263,5 +263,5 @@ webSocket.send("hello world");
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.1
|
||||
Build Date UTC : 2020-04-25 18:42:41
|
||||
Build Date UTC : 2020-04-25 22:37:22
|
||||
-->
|
||||
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user