Skip to content

Instantly share code, notes, and snippets.

@levancho
Created October 10, 2023 19:21
Show Gist options
  • Save levancho/7b8cfe9557b974f4d1d6c7f0fc836c1c to your computer and use it in GitHub Desktop.
Save levancho/7b8cfe9557b974f4d1d6c7f0fc836c1c to your computer and use it in GitHub Desktop.
dff
POST http://yourserver.com/your-endpoint
Content-Type: multipart/form-data; boundary=boundarystring
--boundarystring
Content-Disposition: form-data; name="file"; filename="sample.txt"
Content-Type: text/plain
< ./path-to-your-file/sample.txt
--boundarystring--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment