File: preamble.http

package info (click to toggle)
node-formidable 1.2.1%2B20200129git8231ea6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,704 kB
  • sloc: javascript: 4,128; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
POST /upload HTTP/1.1
Host: localhost:8080
Content-Type: multipart/form-data; boundary=----TLV0SrKD4z1TRxRhAPUvZ
Content-Length: 226

This is a preamble which should be ignored
------TLV0SrKD4z1TRxRhAPUvZ
Content-Disposition: form-data; name="upload"; filename="plain.txt"
Content-Type: text/plain

I am a plain text file

------TLV0SrKD4z1TRxRhAPUvZ--