doc/rdoc/classes/RFuzz/Notifier.html in rfuzz-0.7 vs doc/rdoc/classes/RFuzz/Notifier.html in rfuzz-0.8
- old
+ new
@@ -102,16 +102,17 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000049">close</a>
- <a href="#M000044">connect</a>
- <a href="#M000048">read_body</a>
- <a href="#M000047">read_header</a>
- <a href="#M000046">redirect</a>
- <a href="#M000045">send_request</a>
+ <a href="#M000063">close</a>
+ <a href="#M000058">connect</a>
+ <a href="#M000062">read_body</a>
+ <a href="#M000064">read_chunk</a>
+ <a href="#M000061">read_header</a>
+ <a href="#M000060">redirect</a>
+ <a href="#M000059">send_request</a>
</div>
</div>
</div>
@@ -129,16 +130,16 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000049" class="method-detail">
- <a name="M000049"></a>
+ <div id="method-M000063" class="method-detail">
+ <a name="M000063"></a>
<div class="method-heading">
- <a href="Notifier.src/M000049.html" target="Code" class="method-signature"
- onclick="popupCode('Notifier.src/M000049.html');return false;">
+ <a href="Notifier.src/M000063.html" target="Code" class="method-signature"
+ onclick="popupCode('Notifier.src/M000063.html');return false;">
<span class="method-name">close</span><span class="method-args">(state)</span>
</a>
</div>
<div class="method-description">
@@ -146,16 +147,16 @@
Before and after the client closes with the server.
</p>
</div>
</div>
- <div id="method-M000044" class="method-detail">
- <a name="M000044"></a>
+ <div id="method-M000058" class="method-detail">
+ <a name="M000058"></a>
<div class="method-heading">
- <a href="Notifier.src/M000044.html" target="Code" class="method-signature"
- onclick="popupCode('Notifier.src/M000044.html');return false;">
+ <a href="Notifier.src/M000058.html" target="Code" class="method-signature"
+ onclick="popupCode('Notifier.src/M000058.html');return false;">
<span class="method-name">connect</span><span class="method-args">(state)</span>
</a>
</div>
<div class="method-description">
@@ -163,16 +164,16 @@
Fired right before connecting and right after the connection.
</p>
</div>
</div>
- <div id="method-M000048" class="method-detail">
- <a name="M000048"></a>
+ <div id="method-M000062" class="method-detail">
+ <a name="M000062"></a>
<div class="method-heading">
- <a href="Notifier.src/M000048.html" target="Code" class="method-signature"
- onclick="popupCode('Notifier.src/M000048.html');return false;">
+ <a href="Notifier.src/M000062.html" target="Code" class="method-signature"
+ onclick="popupCode('Notifier.src/M000062.html');return false;">
<span class="method-name">read_body</span><span class="method-args">(state)</span>
</a>
</div>
<div class="method-description">
@@ -180,16 +181,33 @@
Before and after the body is ready.
</p>
</div>
</div>
- <div id="method-M000047" class="method-detail">
- <a name="M000047"></a>
+ <div id="method-M000064" class="method-detail">
+ <a name="M000064"></a>
<div class="method-heading">
- <a href="Notifier.src/M000047.html" target="Code" class="method-signature"
- onclick="popupCode('Notifier.src/M000047.html');return false;">
+ <a href="Notifier.src/M000064.html" target="Code" class="method-signature"
+ onclick="popupCode('Notifier.src/M000064.html');return false;">
+ <span class="method-name">read_chunk</span><span class="method-args">(state)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+Called when a chunk from a chunked encoding is read.
+</p>
+ </div>
+ </div>
+
+ <div id="method-M000061" class="method-detail">
+ <a name="M000061"></a>
+
+ <div class="method-heading">
+ <a href="Notifier.src/M000061.html" target="Code" class="method-signature"
+ onclick="popupCode('Notifier.src/M000061.html');return false;">
<span class="method-name">read_header</span><span class="method-args">(state)</span>
</a>
</div>
<div class="method-description">
@@ -197,34 +215,34 @@
Before and after the header is finally read.
</p>
</div>
</div>
- <div id="method-M000046" class="method-detail">
- <a name="M000046"></a>
+ <div id="method-M000060" class="method-detail">
+ <a name="M000060"></a>
<div class="method-heading">
- <a href="Notifier.src/M000046.html" target="Code" class="method-signature"
- onclick="popupCode('Notifier.src/M000046.html');return false;">
+ <a href="Notifier.src/M000060.html" target="Code" class="method-signature"
+ onclick="popupCode('Notifier.src/M000060.html');return false;">
<span class="method-name">redirect</span><span class="method-args">(state)</span>
</a>
</div>
<div class="method-description">
<p>
-Called whenever a <a href="HttpClient.html#M000017">HttpClient.redirect</a>
+Called whenever a <a href="HttpClient.html#M000028">HttpClient.redirect</a>
is done and there are redirects to follow. You can use a notifier to detect
that you’re doing to many and throw an abort.
</p>
</div>
</div>
- <div id="method-M000045" class="method-detail">
- <a name="M000045"></a>
+ <div id="method-M000059" class="method-detail">
+ <a name="M000059"></a>
<div class="method-heading">
- <a href="Notifier.src/M000045.html" target="Code" class="method-signature"
- onclick="popupCode('Notifier.src/M000045.html');return false;">
+ <a href="Notifier.src/M000059.html" target="Code" class="method-signature"
+ onclick="popupCode('Notifier.src/M000059.html');return false;">
<span class="method-name">send_request</span><span class="method-args">(state)</span>
</a>
</div>
<div class="method-description">
\ No newline at end of file