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

- old
+ new

@@ -116,10 +116,15 @@ <tr class="top-aligned-row context-row"> <td class="context-item-name">COOKIE</td> <td>=</td> <td class="context-item-value">&quot;Cookie&quot;</td> </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">FIELD_ENCODING</td> + <td>=</td> + <td class="context-item-value">&quot;%s: %s\r\n&quot;</td> + </tr> </table> </div> </div> @@ -246,13 +251,11 @@ </a> </div> <div class="method-description"> <p> -Performs URI escaping so that you can construct proper query strings -faster. Use this rather than the cgi.rb version since it&#8217;s faster. -(Stolen from Camping). +Escapes a URI. </p> </div> </div> <div id="method-M000009" class="method-detail"> @@ -285,10 +288,10 @@ </a> </div> <div class="method-description"> <p> -Unescapes a URI escaped string. (Stolen from Camping). +Unescapes a URI escaped string. </p> </div> </div> \ No newline at end of file