002-200.response 626 B

123456789
  1. HTTP/1.1 200 OK
  2. Cache-Control: no-cache
  3. Content-Length: 443
  4. Content-Type: text/html; charset=utf-8
  5. Connection: Close
  6. Server: GCDWebServer
  7. Date: Fri, 25 Apr 2014 14:15:21 GMT
  8. <html><body><p>secret = 42<br>files = &quot;hero_mba_11.jpg&quot; (image/jpeg | 106 KB)<br>files = &quot;Test File.txt&quot; (text/plain | 0 KB)<br></p><hr> <form name="input" action="/" method="post" enctype="multipart/form-data"> <input type="hidden" name="secret" value="42"> <input type="file" name="files" multiple><br/> <input type="submit" value="Submit"> </form> </body></html>