cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: How to skip the proxy response message?

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 7 Jan 2016 21:53:39 +0100

On Fri, Jan 08, 2016 at 04:37:20AM +0800, Desmond O. Chang wrote:
> According to the discussion at [1][]. I rename the option to
> `--ignore-proxy-headers`. A new [branch][2] was created on Github. Please
> check it.
>
> The expected command line usage would be:
>
> curl --silent --include --ignore-proxy-headers https://httpbin.org/get
>
> If this patch is OK, I will create a PR.

--ignore-proxy-headers implies that the headers won't be used for anything
within curl, but in actuality they're be read and processed, they just won't be
displayed, right? Then --suppress-proxy-headers might be a more clear name.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2016-01-07