You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
487 B

  1. User-Agent: foo bar baz
  2. Content-Type: multipart/form-data; boundary=AaB03x
  3. --AaB03x
  4. Content-Disposition: form-data; name="foo"
  5. bar
  6. --AaB03x
  7. Content-Disposition: form-data; name="files"
  8. Content-Type: multipart/mixed, boundary=BbC04y
  9. --BbC04y
  10. Content-Disposition: attachment; filename="file.txt"
  11. Content-Type: text/plain
  12. contents
  13. --BbC04y
  14. Content-Disposition: attachment; filename="flowers.jpg"
  15. Content-Type: image/jpeg
  16. Content-Transfer-Encoding: binary
  17. contents
  18. --BbC04y--
  19. --AaB03x--