From 074e6d24e649200be11a3da3abd601feed9e05a4 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 9 Mar 2016 03:08:22 +0000 Subject: [PATCH] Help --- bin/dbq | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/dbq b/bin/dbq index f5ec8360..23e79bd5 100755 --- a/bin/dbq +++ b/bin/dbq @@ -427,9 +427,15 @@ Curl / Php query wrapper 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 -- 2.47.3