Skip to content

Commit fb8fb11

Browse files
committed
Land rapid7#3353, this time for real
2 parents 2b5105b + 2849a1b commit fb8fb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/proto/http/client_request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ClientRequest
4040
#
4141
'encode_params' => true,
4242
'encode' => false,
43-
'uri_encode_mode' => 'hex-normal', # hex-all, hex-noslashes, hex-random, u-all, u-noslashes, u-random
43+
'uri_encode_mode' => 'hex-normal', # hex-normal, hex-all, hex-noslashes, hex-random, u-normal, u-all, u-noslashes, u-random
4444
'uri_encode_count' => 1, # integer
4545
'uri_full_url' => false, # bool
4646
'pad_method_uri_count' => 1, # integer

0 commit comments

Comments
 (0)