add proxy option

This commit is contained in:
John Bintz 2010-10-05 15:34:41 -04:00
parent 868bd564a5
commit b2881d1d0b

View File

@ -127,6 +127,7 @@ class Hash
:pass_through => 'PT',
:preserve_query_string => 'QSA',
:query_string_append => 'QSA',
:proxy => 'P',
:env => lambda { |val| "E=#{val}" }
}