~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to tests/data/test186

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
HTTP RFC1867-type formposting with types on text fields
22
22
 </name>
23
23
 <command>
24
 
http://%HOSTIP:%HTTPPORT/we/want/186 -F "name=daniel;type=moo/foo" -F "html= <body>hello</body>;type=text/html"
 
24
http://%HOSTIP:%HTTPPORT/we/want/186 -F "name=daniel;type=moo/foo" -F "html= <body>hello</body>;type=text/html;charset=verymoo"
25
25
</command>
26
26
# We create this file before the command is invoked!
27
27
</client>
36
36
User-Agent: curl/7.12.2-CVS (i686-pc-linux-gnu) libcurl/7.12.2-CVS OpenSSL/0.9.7d zlib/1.2.1.1 c-ares/1.2.0 libidn/0.5.2
37
37
Host: %HOSTIP:%HTTPPORT
38
38
Accept: */*
39
 
Content-Length: 305
 
39
Content-Length: 321
40
40
Expect: 100-continue
41
41
Content-Type: multipart/form-data; boundary=----------------------------212d9006ceb5
42
42
 
47
47
daniel
48
48
------------------------------212d9006ceb5
49
49
Content-Disposition: form-data; name="html"
50
 
Content-Type: text/html
 
50
Content-Type: text/html;charset=verymoo
51
51
 
52
52
 <body>hello</body>
53
53
------------------------------212d9006ceb5--