File: generic.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-- 353 bytes parent folder | download | duplicates (3)
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=----WebKitFormBoundarytyE4wkKlZ5CQJVTG
Content-Length: 1000

------WebKitFormBoundarytyE4wkKlZ5CQJVTG
Content-Disposition: form-data; name="upload"; filename=""
Content-Type: text/plain

I am a plain text file

------WebKitFormBoundarytyE4wkKlZ5CQJVTG--