File: mixed_plain_and_base64_encoding.yaml

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 (18 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
boundary: --boundary
expected:
  - name: field1
    type: field
    data: !!binary |
      VGVzdCAxMjM=
  - name: field2
    type: field
    data: !!binary |
      VGhpcyBpcyBhIHRlc3Qu
  - name: field3
    type: field
    data: !!binary |
      VGVzdCBzdHJpbmcuCg==
  - name: field4
    type: field
    data: !!binary |
      VGhpcyBpcyBhbHNvIGEgdGVzdC4=