Skip to content

Commit c0b6abe

Browse files
committed
doc(docs) updated docs
1 parent 341a461 commit c0b6abe

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2>Topics</h2>
6969
</div> <!-- id="main" -->
7070
<div id="about">
7171
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
72-
<i style="float:right;">Last updated 2019-07-11 16:52:31 </i>
72+
<i style="float:right;">Last updated 2019-10-01 17:17:55 </i>
7373
</div> <!-- id="about" -->
7474
</div> <!-- id="container" -->
7575
</body>

docs/modules/resty.healthcheck.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2><a href="#Tables">Tables</a></h2>
9393
<h2><a href="#Node_management">Node management </a></h2>
9494
<table class="function_list">
9595
<tr>
96-
<td class="name" nowrap><a href="#checker:add_target">checker:add_target (ip, port, hostname, is_healthy)</a></td>
96+
<td class="name" nowrap><a href="#checker:add_target">checker:add_target (ip, port, hostname, is_healthy, hostheader)</a></td>
9797
<td class="summary">Add a target to the healthchecker.</td>
9898
</tr>
9999
<tr>
@@ -225,7 +225,7 @@ <h2 class="section-header "><a name="Node_management"></a>Node management </h2>
225225
<dl class="function">
226226
<dt>
227227
<a name = "checker:add_target"></a>
228-
<strong>checker:add_target (ip, port, hostname, is_healthy)</strong>
228+
<strong>checker:add_target (ip, port, hostname, is_healthy, hostheader)</strong>
229229
</dt>
230230
<dd>
231231
Add a target to the healthchecker.
@@ -249,6 +249,10 @@ <h3>Parameters:</h3>
249249
(optional) a boolean value indicating the initial state,
250250
default is <code>true</code>.
251251
</li>
252+
<li><span class="parameter">hostheader</span>
253+
(optional) a value to use for the Host header on
254+
active healthchecks.
255+
</li>
252256
</ul>
253257

254258
<h3>Returns:</h3>
@@ -695,7 +699,7 @@ <h3>Returns:</h3>
695699
</div> <!-- id="main" -->
696700
<div id="about">
697701
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
698-
<i style="float:right;">Last updated 2019-07-11 16:52:31 </i>
702+
<i style="float:right;">Last updated 2019-10-01 17:17:55 </i>
699703
</div> <!-- id="about" -->
700704
</div> <!-- id="container" -->
701705
</body>

docs/modules/resty.healthcheck.utils.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Returns:</h3>
120120
</div> <!-- id="main" -->
121121
<div id="about">
122122
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
123-
<i style="float:right;">Last updated 2019-07-11 16:52:31 </i>
123+
<i style="float:right;">Last updated 2019-10-01 17:17:55 </i>
124124
</div> <!-- id="about" -->
125125
</div> <!-- id="container" -->
126126
</body>

docs/topics/readme.md.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ <h2>History</h2>
149149

150150
<p>Versioning is strictly based on <a href="https://semver.org/">Semantic Versioning</a></p>
151151

152+
<h3>1.1.0 (30-Sep-2019)</h3>
153+
<p> * Add support for setting the custom <code>Host</code> header to be used for active checks.
154+
* Fix: log error on SSL Handshake failure
155+
<a href="https://github.com/Kong/lua-resty-healthcheck/pull/28">#28</a>;</p>
156+
152157
<h3>1.0.0 (05-Jul-2019)</h3>
153158
<p> * BREAKING: all API functions related to hosts require a <code>hostname</code> argument
154159
now. This way different hostnames listening on the same IP and ports
@@ -244,7 +249,7 @@ <h2>Copyright and License</h2>
244249
</div> <!-- id="main" -->
245250
<div id="about">
246251
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
247-
<i style="float:right;">Last updated 2019-07-11 16:52:31 </i>
252+
<i style="float:right;">Last updated 2019-10-01 17:17:55 </i>
248253
</div> <!-- id="about" -->
249254
</div> <!-- id="container" -->
250255
</body>

0 commit comments

Comments
 (0)