We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e48b9 commit 7d896baCopy full SHA for 7d896ba
plugins/request.rb
@@ -82,9 +82,9 @@ def parse_args_http(args = [], type = 'http')
82
'-I' => [ false, 'Show document info only' ],
83
'-o' => [ true, 'Write output to <file> instead of stdout' ],
84
'-u' => [ true, 'Server user and password' ],
85
- '-X' => [ true, 'Request method to use' ],
86
- '-x' => [ true, 'Proxy to use, format: [proto://][user:pass@]host[:port]' +
87
- ' Proto defaults to http:// and port to 1080'],
+ '-X' => [ true, 'Request method to use' ]
+ #'-x' => [ true, 'Proxy to use, format: [proto://][user:pass@]host[:port]' +
+ # ' Proto defaults to http:// and port to 1080'],
88
)
89
90
options = {
0 commit comments