66< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77< meta name ="generator " content ="Asciidoctor 2.0.12 ">
88< meta name ="author " content ="SICK AG ">
9- < title > Documentation - CSK_Module_MultiHTTPClient 2.0 .0</ title >
9+ < title > Documentation - CSK_Module_MultiHTTPClient 2.1 .0</ title >
1010< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
1111< style >
1212/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
615615</ head >
616616< body class ="article toc2 toc-left ">
617617< div id ="header ">
618- < h1 > Documentation - CSK_Module_MultiHTTPClient 2.0 .0</ h1 >
618+ < h1 > Documentation - CSK_Module_MultiHTTPClient 2.1 .0</ h1 >
619619< div class ="details ">
620620< span id ="author " class ="author "> SICK AG</ span > < br >
621- < span id ="revnumber "> version 2.0 .0,</ span >
622- < span id ="revdate "> 2024-10-11 </ span >
621+ < span id ="revnumber "> version 2.1 .0,</ span >
622+ < span id ="revdate "> 2025-02-05 </ span >
623623</ div >
624624< div id ="toc " class ="toc2 ">
625625< div id ="toctitle "> Table of Contents</ div >
@@ -776,6 +776,7 @@ <h1>Documentation - CSK_Module_MultiHTTPClient 2.0.0</h1>
776776</ li >
777777< li > < a href ="#_enumerations "> Enumerations</ a >
778778< ul class ="sectlevel2 ">
779+ < li > < a href ="#API:Enum:CSK_MultiHTTPClient.Protocol "> < span class ="api-enum "> CSK_MultiHTTPClient.Protocol</ span > </ a > </ li >
779780< li > < a href ="#API:Enum:CSK_MultiHTTPClient.RequestMode "> < span class ="api-enum "> CSK_MultiHTTPClient.RequestMode</ span > </ a > </ li >
780781</ ul >
781782</ li >
@@ -798,11 +799,11 @@ <h2 id="_document_metadata">Document metadata</h2>
798799</ tr >
799800< tr >
800801< th class ="tableblock halign-left valign-top "> < p class ="tableblock "> Version</ p > </ th >
801- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> 2.0 .0</ p > </ td >
802+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> 2.1 .0</ p > </ td >
802803</ tr >
803804< tr >
804805< th class ="tableblock halign-left valign-top "> < p class ="tableblock "> Date</ p > </ th >
805- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> 2024-10-11 </ p > </ td >
806+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> 2025-02-05 </ p > </ td >
806807</ tr >
807808< tr >
808809< th class ="tableblock halign-left valign-top "> < p class ="tableblock "> Author</ p > </ th >
@@ -1345,14 +1346,21 @@ <h6 id="_parameters">Parameters</h6>
13451346< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> ?</ p > </ td >
13461347< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Optional time of request period in ms.</ p > </ td >
13471348</ tr >
1349+ < tr >
1350+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> protocol</ p > </ td >
1351+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> ENUM< br >
1352+ < a href ="#API:Enum:CSK_MultiHTTPClient.Protocol "> CSK_MultiHTTPClient.Protocol</ a > </ p > </ td >
1353+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> ?</ p > </ td >
1354+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Optional protocol of request.</ p > </ td >
1355+ </ tr >
13481356</ tbody >
13491357</ table >
13501358</ div >
13511359< div class ="sect5 ">
13521360< h6 id ="_sample_auto_generated_4 "> Sample (auto-generated)</ h6 >
13531361< div class ="listingblock ">
13541362< div class ="content ">
1355- < pre class ="CodeRay highlight "> < code data-lang ="lua "> CSK_MultiHTTPClient.addRequest(name, mode, endpoint, port, event, periodic, period)</ code > </ pre >
1363+ < pre class ="CodeRay highlight "> < code data-lang ="lua "> CSK_MultiHTTPClient.addRequest(name, mode, endpoint, port, event, periodic, period, protocol )</ code > </ pre >
13561364</ div >
13571365</ div >
13581366</ div >
@@ -6075,6 +6083,13 @@ <h6 id="_parameters_43">Parameters</h6>
60756083< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Mode of request.</ p > </ td >
60766084</ tr >
60776085< tr >
6086+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Protocol</ p > </ td >
6087+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> ENUM< br >
6088+ < a href ="#API:Enum:CSK_MultiHTTPClient.Protocol "> CSK_MultiHTTPClient.Protocol</ a > </ p > </ td >
6089+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> 1</ p > </ td >
6090+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Protocol of request.</ p > </ td >
6091+ </ tr >
6092+ < tr >
60786093< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Endpoint</ p > </ td >
60796094< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> STRING</ p > </ td >
60806095< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> 1</ p > </ td >
@@ -6120,7 +6135,7 @@ <h6 id="_return_values_6">Return values</h6>
61206135< h6 id ="_sample_auto_generated_108 "> Sample (auto-generated)</ h6 >
61216136< div class ="listingblock ">
61226137< div class ="content ">
6123- < pre class ="CodeRay highlight "> < code data-lang ="lua "> handle = MultiHTTPClient_FC.SendRequest.create(Instance, RequestName, Mode, Endpoint, Port)</ code > </ pre >
6138+ < pre class ="CodeRay highlight "> < code data-lang ="lua "> handle = MultiHTTPClient_FC.SendRequest.create(Instance, RequestName, Mode, Protocol, Endpoint, Port)</ code > </ pre >
61246139</ div >
61256140</ div >
61266141</ div >
@@ -6220,6 +6235,9 @@ <h2 id="_enumerations">Enumerations</h2>
62206235< div class ="ulist ">
62216236< ul >
62226237< li >
6238+ < p > < a href ="#API:Enum:CSK_MultiHTTPClient.Protocol "> CSK_MultiHTTPClient.Protocol</ a > </ p >
6239+ </ li >
6240+ < li >
62236241< p > < a href ="#API:Enum:CSK_MultiHTTPClient.RequestMode "> CSK_MultiHTTPClient.RequestMode</ a > </ p >
62246242</ li >
62256243</ ul >
@@ -6228,6 +6246,39 @@ <h2 id="_enumerations">Enumerations</h2>
62286246</ dl >
62296247</ div >
62306248< div class ="sect2 ">
6249+ < h3 id ="API:Enum:CSK_MultiHTTPClient.Protocol "> < span class ="api-enum "> CSK_MultiHTTPClient.Protocol</ span > </ h3 >
6250+ < div class ="paragraph ">
6251+ < p > Protocol to use for requests.</ p >
6252+ </ div >
6253+ < table class ="tableblock frame-all grid-all stretch ">
6254+ < caption class ="title "> Items</ caption >
6255+ < colgroup >
6256+ < col style ="width: 33.3333%; ">
6257+ < col style ="width: 33.3333%; ">
6258+ < col style ="width: 33.3334%; ">
6259+ </ colgroup >
6260+ < thead >
6261+ < tr >
6262+ < th class ="tableblock halign-left valign-top "> Value</ th >
6263+ < th class ="tableblock halign-left valign-top "> Name</ th >
6264+ < th class ="tableblock halign-left valign-top "> Description</ th >
6265+ </ tr >
6266+ </ thead >
6267+ < tbody >
6268+ < tr >
6269+ < td class ="tableblock halign-left valign-top "> < div class ="literal "> < pre > HTTP</ pre > </ div > </ td >
6270+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> HTTP</ p > </ td >
6271+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> HTTP</ p > </ td >
6272+ </ tr >
6273+ < tr >
6274+ < td class ="tableblock halign-left valign-top "> < div class ="literal "> < pre > HTTPS</ pre > </ div > </ td >
6275+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> HTTPS</ p > </ td >
6276+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> HTTPS</ p > </ td >
6277+ </ tr >
6278+ </ tbody >
6279+ </ table >
6280+ </ div >
6281+ < div class ="sect2 ">
62316282< h3 id ="API:Enum:CSK_MultiHTTPClient.RequestMode "> < span class ="api-enum "> CSK_MultiHTTPClient.RequestMode</ span > </ h3 >
62326283< div class ="paragraph ">
62336284< p > Mode of HTTP request.</ p >
@@ -6295,8 +6346,8 @@ <h3 id="API:Enum:CSK_MultiHTTPClient.RequestMode"><span class="api-enum">CSK_Mul
62956346</ div >
62966347< div id ="footer ">
62976348< div id ="footer-text ">
6298- Version 2.0 .0< br >
6299- Last updated 2024-10-11 11:33:25 +0200
6349+ Version 2.1 .0< br >
6350+ Last updated 2025-02-05 17:24:29 +0100
63006351</ div >
63016352</ div >
63026353< script type ="text/javascript ">
0 commit comments