README.txt in rufus-verbs-0.3 vs README.txt in rufus-verbs-0.4
- old
+ new
@@ -202,9 +202,15 @@
the id part of a full resource path (see :base)
* <b>:max_redirections</b> (integer, RE)
by default, rufus-verbs will follow any number of redirections. A limit can be set via this option
+* <b>:no_redirections</b> (boolean, RE)
+when set to 'true', redirections will not be followed, the server response will be returned directly, even if it's a redirection notification.
+
+* <b>:noredir</b> (boolean, RE)
+the short version for :no_redirections.
+
* <b>:nozip</b> (boolean, RE)
if set to true will prevent gzip encoding (advertising) when GETting content
* <b>:path</b> (string, RE)
the path (between port and the query string)