~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test80

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
HTTP GET
6
6
HTTP CONNECT
7
7
HTTP Basic auth
 
8
HTTP proxy
8
9
HTTP proxy Basic auth
 
10
proxytunnel
9
11
</keywords>
10
12
</info>
 
13
 
11
14
#
12
15
# Server-side
13
16
<reply>
42
45
http
43
46
</server>
44
47
 <name>
45
 
HTTP CONNECT with proxytunnel and host Basic authentication
 
48
HTTP 1.0 CONNECT with proxytunnel and host Basic authentication
46
49
 </name>
47
50
 <command>
48
 
http://%HOSTIP:%HTTPPORT/we/want/that/page/80 -p -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user youare:yourself
 
51
http://%HOSTIP:%HTTPPORT/we/want/that/page/80 -p --proxy1.0 %HOSTIP:%HTTPPORT --user iam:myself --proxy-user youare:yourself
49
52
</command>
50
53
</client>
51
54