File: mixed_plain_and_base64_encoding.http

package info (click to toggle)
python-multipart 0.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: python: 2,206; sh: 17; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
----boundary
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: form-data; name=field1
Content-Transfer-Encoding: base64

VGVzdCAxMjM=
----boundary
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: form-data; name=field2

This is a test.
----boundary
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: form-data; name=field3
Content-Transfer-Encoding: base64

VGVzdCBzdHJpbmcuCg==
----boundary
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: form-data; name=field4

This is also a test.
----boundary--