Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4a75b08 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 13, 2024
1 parent d36ae65 commit 3e31dfa
Show file tree
Hide file tree
Showing 15 changed files with 1,122 additions and 3,134 deletions.
514 changes: 361 additions & 153 deletions classes/chillerlan-HTTP-CurlHandle.html

Large diffs are not rendered by default.

233 changes: 163 additions & 70 deletions classes/chillerlan-HTTP-CurlMultiClient.html

Large diffs are not rendered by default.

1,871 changes: 0 additions & 1,871 deletions classes/chillerlan-HTTP-CurlMultiHandle.html

This file was deleted.

273 changes: 107 additions & 166 deletions classes/chillerlan-HTTP-HTTPOptions.html

Large diffs are not rendered by default.

273 changes: 107 additions & 166 deletions classes/chillerlan-HTTP-HTTPOptionsTrait.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/chillerlan-HTTP-MultiResponseHandlerInterface.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h4 class="phpdocumentor-element__name" id="method_handleResponse">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">handleResponse</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Psr\Http\Message\ResponseInterface">ResponseInterface</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$response</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Psr\Http\Message\RequestInterface">RequestInterface</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$request</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$id</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$curl_info</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><abbr title="\Psr\Http\Message\RequestInterface">RequestInterface</abbr>|null</span></code>
<span class="phpdocumentor-signature__name">handleResponse</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Psr\Http\Message\ResponseInterface">ResponseInterface</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$response</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Psr\Http\Message\RequestInterface">RequestInterface</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$request</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$id</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$curl_info</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><abbr title="\Psr\Http\Message\RequestInterface">RequestInterface</abbr>|null</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$curl_info</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>curl_info() result for the current request,
Expand Down
292 changes: 283 additions & 9 deletions classes/chillerlan-HTTPTest-CurlHandleTest.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions classes/chillerlan-HTTPTest-CurlMultiClientTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 class="phpdocumentor-content__title">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">26</span>
<span class="phpdocumentor-element-found-in__line">27</span>

</aside>

Expand Down Expand Up @@ -293,7 +293,7 @@ <h4 class="phpdocumentor-element__name" id="property_http">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">30</span>
<span class="phpdocumentor-element-found-in__line">31</span>

</aside>

Expand Down Expand Up @@ -326,7 +326,7 @@ <h4 class="phpdocumentor-element__name" id="property_multiResponseHandler">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">31</span>
<span class="phpdocumentor-element-found-in__line">32</span>

</aside>

Expand Down Expand Up @@ -628,7 +628,7 @@ <h4 class="phpdocumentor-element__name" id="method_testEmptyStackException">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">129</span>
<span class="phpdocumentor-element-found-in__line">132</span>

</aside>

Expand Down Expand Up @@ -659,7 +659,7 @@ <h4 class="phpdocumentor-element__name" id="method_testMultiRequest">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">104</span>
<span class="phpdocumentor-element-found-in__line">106</span>

</aside>

Expand Down Expand Up @@ -704,7 +704,7 @@ <h4 class="phpdocumentor-element__name" id="method_getRequests">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">46</span>
<span class="phpdocumentor-element-found-in__line">48</span>

</aside>

Expand Down Expand Up @@ -739,7 +739,7 @@ <h4 class="phpdocumentor-element__name" id="method_getTestResponseHandler">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">67</span>
<span class="phpdocumentor-element-found-in__line">69</span>

</aside>

Expand Down Expand Up @@ -820,7 +820,7 @@ <h4 class="phpdocumentor-element__name" id="method_setUp">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/CurlMultiClientTest.php"><a href="files/tests-curlmulticlienttest.html"><abbr title="tests/CurlMultiClientTest.php">CurlMultiClientTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">33</span>
<span class="phpdocumentor-element-found-in__line">34</span>

</aside>

Expand Down
228 changes: 0 additions & 228 deletions classes/chillerlan-HTTPTest-HTTPOptionsTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,48 +214,12 @@ <h4 id="toc-methods">

</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoDir">testCaInfoDir()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoFile">testCaInfoFile()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoInvalidException">testCaInfoInvalidException()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCurloptCaInfoInvalidException">testCurloptCaInfoInvalidException()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testInvalidCAException">testInvalidCAException()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testInvalidUserAgentException">testInvalidUserAgentException()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testSetVerifyPeer">testSetVerifyPeer()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_createTestHandleOptions">createTestHandleOptions()</a>
<span>
Expand Down Expand Up @@ -565,161 +529,6 @@ <h3 class="phpdocumentor-elements__header" id="methods">
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_testCaInfoDir">
testCaInfoDir()
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoDir" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/HTTPOptionsTest.php"><a href="files/tests-httpoptionstest.html"><abbr title="tests/HTTPOptionsTest.php">HTTPOptionsTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">73</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">testCaInfoDir</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>





</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_testCaInfoFile">
testCaInfoFile()
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoFile" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/HTTPOptionsTest.php"><a href="files/tests-httpoptionstest.html"><abbr title="tests/HTTPOptionsTest.php">HTTPOptionsTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">54</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">testCaInfoFile</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>





</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_testCaInfoInvalidException">
testCaInfoInvalidException()
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoInvalidException" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/HTTPOptionsTest.php"><a href="files/tests-httpoptionstest.html"><abbr title="tests/HTTPOptionsTest.php">HTTPOptionsTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">92</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">testCaInfoInvalidException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>





</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_testCurloptCaInfoInvalidException">
testCurloptCaInfoInvalidException()
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCurloptCaInfoInvalidException" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/HTTPOptionsTest.php"><a href="files/tests-httpoptionstest.html"><abbr title="tests/HTTPOptionsTest.php">HTTPOptionsTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">99</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">testCurloptCaInfoInvalidException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>





</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_testInvalidCAException">
testInvalidCAException()
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testInvalidCAException" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/HTTPOptionsTest.php"><a href="files/tests-httpoptionstest.html"><abbr title="tests/HTTPOptionsTest.php">HTTPOptionsTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">47</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">testInvalidCAException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>





</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_testInvalidUserAgentException">
testInvalidUserAgentException()
Expand All @@ -745,37 +554,6 @@ <h4 class="phpdocumentor-element__name" id="method_testInvalidUserAgentException



</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_testSetVerifyPeer">
testSetVerifyPeer()
<a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testSetVerifyPeer" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="tests/HTTPOptionsTest.php"><a href="files/tests-httpoptionstest.html"><abbr title="tests/HTTPOptionsTest.php">HTTPOptionsTest.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">120</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">testSetVerifyPeer</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>





</article>
<article
class="phpdocumentor-element
Expand Down Expand Up @@ -1026,13 +804,7 @@ <h4 class="phpdocumentor-element__name" id="method_setUp">
<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoDir">testCaInfoDir()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoFile">testCaInfoFile()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCaInfoInvalidException">testCaInfoInvalidException()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testCurloptCaInfoInvalidException">testCurloptCaInfoInvalidException()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testInvalidCAException">testInvalidCAException()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testInvalidUserAgentException">testInvalidUserAgentException()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_testSetVerifyPeer">testSetVerifyPeer()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_createTestHandleOptions">createTestHandleOptions()</a></li>
<li><a href="classes/chillerlan-HTTPTest-FactoryTrait.html#method_initFactories">initFactories()</a></li>
<li><a href="classes/chillerlan-HTTPTest-HTTPOptionsTest.html#method_setUp">setUp()</a></li>
Expand Down
Loading

0 comments on commit 3e31dfa

Please sign in to comment.