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 <[email protected]> Authored: Tue May 12 11:23:03 2015 -0700 Committer: John Haugeland <[email protected]> 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"},
