Curl OPTIONS BETA:
- ption[cert-status!] Verify the status of the server certificate (SSL)
- ption[dump-header|D=s] FILE Write the headers to FILE
- ption[get|G!] Send the -d data with a HTTP GET (H)
+ 'compressed|z!' => 1, # Request compressed response (using deflate or gzip)
+ 'dump-header|D=s' => undef, # FILE Write the headers to FILE
+ 'get|G!' => undef, # Send the -d data with a HTTP GET (H)
+ 'silent|s!' => 1, # Silent mode (don't output anything)
+ 'header|H=s' => \@H, # LINE Pass custom header LINE to server (H)
+ 'netrc|n!' => 1, # Must read .netrc for user name and password
+ 'insecure|k!' => undef, # Allow connections to SSL sites without certs (H)
+ 'user-agent|A=s' => undef, # STRING User-Agent to send to server (H)
+ 'user|u=s' => undef, # USER[:PASSWORD] Server user and password
=cut