doc/rdoc/classes/RFuzz/Notifier.html in rfuzz-0.8 vs doc/rdoc/classes/RFuzz/Notifier.html in rfuzz-0.9

- old
+ new

@@ -102,17 +102,17 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000063">close</a>&nbsp;&nbsp; - <a href="#M000058">connect</a>&nbsp;&nbsp; - <a href="#M000062">read_body</a>&nbsp;&nbsp; - <a href="#M000064">read_chunk</a>&nbsp;&nbsp; - <a href="#M000061">read_header</a>&nbsp;&nbsp; - <a href="#M000060">redirect</a>&nbsp;&nbsp; - <a href="#M000059">send_request</a>&nbsp;&nbsp; + <a href="#M000064">close</a>&nbsp;&nbsp; + <a href="#M000059">connect</a>&nbsp;&nbsp; + <a href="#M000063">read_body</a>&nbsp;&nbsp; + <a href="#M000065">read_chunk</a>&nbsp;&nbsp; + <a href="#M000062">read_header</a>&nbsp;&nbsp; + <a href="#M000061">redirect</a>&nbsp;&nbsp; + <a href="#M000060">send_request</a>&nbsp;&nbsp; </div> </div> </div> @@ -130,16 +130,16 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000063" class="method-detail"> - <a name="M000063"></a> + <div id="method-M000064" class="method-detail"> + <a name="M000064"></a> <div class="method-heading"> - <a href="Notifier.src/M000063.html" target="Code" class="method-signature" - onclick="popupCode('Notifier.src/M000063.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">close</span><span class="method-args">(state)</span> </a> </div> <div class="method-description"> @@ -147,16 +147,16 @@ Before and after the client closes with the server. </p> </div> </div> - <div id="method-M000058" class="method-detail"> - <a name="M000058"></a> + <div id="method-M000059" class="method-detail"> + <a name="M000059"></a> <div class="method-heading"> - <a href="Notifier.src/M000058.html" target="Code" class="method-signature" - onclick="popupCode('Notifier.src/M000058.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">connect</span><span class="method-args">(state)</span> </a> </div> <div class="method-description"> @@ -164,16 +164,16 @@ Fired right before connecting and right after the connection. </p> </div> </div> - <div id="method-M000062" class="method-detail"> - <a name="M000062"></a> + <div id="method-M000063" class="method-detail"> + <a name="M000063"></a> <div class="method-heading"> - <a href="Notifier.src/M000062.html" target="Code" class="method-signature" - onclick="popupCode('Notifier.src/M000062.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">read_body</span><span class="method-args">(state)</span> </a> </div> <div class="method-description"> @@ -181,16 +181,16 @@ Before and after the body is ready. </p> </div> </div> - <div id="method-M000064" class="method-detail"> - <a name="M000064"></a> + <div id="method-M000065" class="method-detail"> + <a name="M000065"></a> <div class="method-heading"> - <a href="Notifier.src/M000064.html" target="Code" class="method-signature" - onclick="popupCode('Notifier.src/M000064.html');return false;"> + <a href="Notifier.src/M000065.html" target="Code" class="method-signature" + onclick="popupCode('Notifier.src/M000065.html');return false;"> <span class="method-name">read_chunk</span><span class="method-args">(state)</span> </a> </div> <div class="method-description"> @@ -198,16 +198,16 @@ 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 id="method-M000062" class="method-detail"> + <a name="M000062"></a> <div class="method-heading"> - <a href="Notifier.src/M000061.html" target="Code" class="method-signature" - onclick="popupCode('Notifier.src/M000061.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_header</span><span class="method-args">(state)</span> </a> </div> <div class="method-description"> @@ -215,34 +215,34 @@ Before and after the header is finally read. </p> </div> </div> - <div id="method-M000060" class="method-detail"> - <a name="M000060"></a> + <div id="method-M000061" class="method-detail"> + <a name="M000061"></a> <div class="method-heading"> - <a href="Notifier.src/M000060.html" target="Code" class="method-signature" - onclick="popupCode('Notifier.src/M000060.html');return false;"> + <a href="Notifier.src/M000061.html" target="Code" class="method-signature" + onclick="popupCode('Notifier.src/M000061.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#M000028">HttpClient.redirect</a> +Called whenever a <a href="HttpClient.html#M000029">HttpClient.redirect</a> is done and there are redirects to follow. You can use a notifier to detect that you&#8217;re doing to many and throw an abort. </p> </div> </div> - <div id="method-M000059" class="method-detail"> - <a name="M000059"></a> + <div id="method-M000060" class="method-detail"> + <a name="M000060"></a> <div class="method-heading"> - <a href="Notifier.src/M000059.html" target="Code" class="method-signature" - onclick="popupCode('Notifier.src/M000059.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">send_request</span><span class="method-args">(state)</span> </a> </div> <div class="method-description"> \ No newline at end of file