File: missing-hyphens2.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 (12 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
POST /upload HTTP/1.1
Host: localhost:8080
Content-Type: multipart/form-data; boundary=----TLVx0SrKD4z1TRxRhAPUvZx
Content-Length: 209

------TLVx0SrKD4z1TRxRhAPUvZx
Content-Disposition: form-data; name="upload"; filename="second-plaintext.txt"
Content-Type: text/plain

Some another plain text file, yeah!

------TLVx0SrKD4z1TRxRhAPUvZx