Skip to content

Commit

Permalink
Deploying to gh-pages from @ 152c86e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Sep 14, 2024
1 parent 603e6cc commit 2d713d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chunkhtml/HttpRequestTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<pre class="programlisting">&lt;http-request
url="http://my-production.example.com/check-deployment.php"
responseRegex="/Heartbeat/"
verbose"true"
verbose="true"
observerEvents="connect, disconnect"/&gt;</pre>
<p>Perform a HTTP request to the given URL and matching the response against the
given regex pattern. Enable detailed logging and log only the specified
Expand All @@ -31,7 +31,7 @@
of socket. Setting an additional header.</p>
<pre class="programlisting">&lt;http-request
url="http://my-production.example.com/check-deployment.php"
verbose"true"
verbose="true"
method="POST"&gt;
&lt;postparameter name="param1" value="value1" /&gt;
&lt;postparameter name="param2" value="value2" /&gt;
Expand Down
2 changes: 1 addition & 1 deletion chunkhtml/index.html

Large diffs are not rendered by default.

Binary file modified epub/manual.epub
Binary file not shown.
6 changes: 3 additions & 3 deletions hlhtml/index.html

Large diffs are not rendered by default.

Binary file modified hlpdf/manual.pdf
Binary file not shown.

0 comments on commit 2d713d1

Please sign in to comment.