Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 94C96200B7E for ; Mon, 22 Aug 2016 13:19:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 938B4160AD1; Mon, 22 Aug 2016 11:19:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 41C94160ACE for ; Mon, 22 Aug 2016 13:19:31 +0200 (CEST) Received: (qmail 62843 invoked by uid 500); 22 Aug 2016 11:19:28 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 62431 invoked by uid 99); 22 Aug 2016 11:19:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 11:19:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EC520E08AB; Mon, 22 Aug 2016 11:19:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Mon, 22 Aug 2016 11:19:40 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/50] ibrowse commit: updated refs/heads/upstream to b28542d archived-at: Mon, 22 Aug 2016 11:19:32 -0000 removes doubled repl prompt Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/d713f209 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/d713f209 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/d713f209 Branch: refs/heads/upstream Commit: d713f209d00aec38465d5c0bd8904a2bfad7b8d5 Parents: 200b7eb Author: John Haugeland Authored: Tue May 12 11:23:03 2015 -0700 Committer: John Haugeland Committed: Tue May 12 11:23:03 2015 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/d713f209/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b68f197..19773fd 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Example of a `TRACE` request. Very interesting! yaws.hyber.org didn't support this. Nor did www.google.com. But good old BBC supports this: ```erlang -35> 37> ibrowse:send_req("http://www.bbc.co.uk/", [], trace, [], +37> ibrowse:send_req("http://www.bbc.co.uk/", [], trace, [], [{proxy_user, "XXXXX"}, {proxy_password, "XXXXX"}, {proxy_host, "proxy"},