Last active
August 29, 2015 14:18
-
-
Save DiegoSalazar/6aafcce0aa6d1b1e0319 to your computer and use it in GitHub Desktop.
multipart form data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| User-Agent: curl/7.21.2 (x86_64-apple-darwin) | |
| Host: localhost:8080 | |
| Accept: */* | |
| Content-Length: 1143 | |
| Expect: 100-continue | |
| Content-Type: multipart/form-data; boundary=----------------------------83ff53821b7c | |
| ------------------------------83ff53821b7c | |
| Content-Disposition: form-data; name="img"; filename="a.png" | |
| Content-Type: application/octet-stream | |
| ?PNG | |
| IHD?wS??iCCPICC Profilex?T?kA?6n??Zk?x?"IY?hE?6?bk | |
| Y?<ߡ)??????9Nyx?+=?Y"|@5-?M?S?%?@?H8??qR>???inf???O?????b??N?????~N??>?!? | |
| ??V?J?p?8?da?sZHO?Ln?}&???wVQ?y?g????E??0 | |
| ?? | |
| IDAc????????-IEND?B`? | |
| ------------------------------83ff53821b7c | |
| Content-Disposition: form-data; name="foo" | |
| bar | |
| ------------------------------83ff53821b7c-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment