doc/rdoc/classes/RFuzz/HttpResponse.html in rfuzz-0.7 vs doc/rdoc/classes/RFuzz/HttpResponse.html in rfuzz-0.8

- old
+ new

@@ -80,31 +80,28 @@ <div id="description"> <p> A simple hash is returned for each request made by <a href="HttpClient.html">HttpClient</a> with the headers that were given by -the server for that request. Attached to this are four attributes you can -play with: +the server for that request. </p> -<pre> - * http_reason - * http_version - * http_status - * http_body -</pre> -<p> -These are set internally by the Ragel/C parser so they&#8217;re very fast -and pretty much C voodoo. You can modify them without fear once you get the -response. -</p> </div> </div> + <div id="method-list"> + <h3 class="section-bar">Methods</h3> + <div class="name-list"> + <a href="#M000031">chunk_size</a>&nbsp;&nbsp; + <a href="#M000033">chunked_encoding?</a>&nbsp;&nbsp; + <a href="#M000032">last_chunk?</a>&nbsp;&nbsp; + </div> + </div> + </div> <!-- if includes --> @@ -158,16 +155,80 @@ <td class="context-item-desc"> The HTTP version returned. </td> </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">raw_chunks</td> + <td class="context-item-value">&nbsp;[RW]&nbsp;</td> + <td class="context-item-desc"> +The actual chunks taken from the chunked encoding + +</td> + </tr> </table> </div> </div> <!-- if method_list --> + <div id="methods"> + <h3 class="section-bar">Public Instance methods</h3> + + <div id="method-M000031" class="method-detail"> + <a name="M000031"></a> + + <div class="method-heading"> + <a href="HttpResponse.src/M000031.html" target="Code" class="method-signature" + onclick="popupCode('HttpResponse.src/M000031.html');return false;"> + <span class="method-name">chunk_size</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Converts the http_chunk_size string properly +</p> + </div> + </div> + + <div id="method-M000033" class="method-detail"> + <a name="M000033"></a> + + <div class="method-heading"> + <a href="HttpResponse.src/M000033.html" target="Code" class="method-signature" + onclick="popupCode('HttpResponse.src/M000033.html');return false;"> + <span class="method-name">chunked_encoding?</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Easier way to find out if this is a chunked encoding +</p> + </div> + </div> + + <div id="method-M000032" class="method-detail"> + <a name="M000032"></a> + + <div class="method-heading"> + <a href="HttpResponse.src/M000032.html" target="Code" class="method-signature" + onclick="popupCode('HttpResponse.src/M000032.html');return false;"> + <span class="method-name">last_chunk?</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +true if this is the last chunk, nil otherwise (false) +</p> + </div> + </div> + + + </div> </div> \ No newline at end of file