Created
December 21, 2015 06:23
-
-
Save travisperson/85a87778226c7a3bd440 to your computer and use it in GitHub Desktop.
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
| curl 'http://localhost:3000/api/v0/add?w=true&stream-channels=true' -H 'Origin: http://localhost:3000' -H 'Accept-Encoding: gzip, deflate' -H 'Accept-Language: en-US,en;q=0.8' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36' -H 'content-type: multipart/form-data; boundary=8fjcuiu0anwdygb9t528w71n0cnmiezfmkgeyqmovquxru3huoazozzx5hfr' -H 'Accept: */*' -H 'Referer: http://localhost:3000/' -H 'Connection: keep-alive' --data-binary $'--8fjcuiu0anwdygb9t528w71n0cnmiezfmkgeyqmovquxru3huoazozzx5hfr\r\nContent-Disposition: file; filename="css.css"\r\nContent-Type: application/octet-stream\r\n\r\n2\r\n--8fjcuiu0anwdygb9t528w71n0cnmiezfmkgeyqmovquxru3huoazozzx5hfr\r\nContent-Disposition: file; filename="html.html"\r\nContent-Type: application/octet-stream\r\n\r\n3\r\n--8fjcuiu0anwdygb9t528w71n0cnmiezfmkgeyqmovquxru3huoazozzx5hfr\r\nContent-Disposition: file; filename="index.html"\r\nContent-Type: application/octet-stream\r\n\r\n\n <!DOCTYPE html>\n <html>\n <head>\n <title></title>\n <link ref="stylesheet" href="css.css" />\n </head>\n <body>\n 3\n <script src="js.js"></script>\n </body>\n </html>\n \r\n--8fjcuiu0anwdygb9t528w71n0cnmiezfmkgeyqmovquxru3huoazozzx5hfr\r\nContent-Disposition: file; filename="js.js"\r\nContent-Type: application/octet-stream\r\n\r\n1\r\n--8fjcuiu0anwdygb9t528w71n0cnmiezfmkgeyqmovquxru3huoazozzx5hfr--' --compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment