1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
Files
httpie-cli/httpie
Carlo Sciolla c4627cc882 Custom file upload MIME type (#927)
* Support curl-like syntax for custom MIME type for files

In order to specify a custom MIME type for file uploads, a syntax
similar to that used by cURL is used so that

http -F test_file@/path/to/file.bin;type=application/zip https://...

forwards the user-provided file type if provided, otherwise falling
back to the usual guesswork out of the file extension.
2020-06-08 17:59:41 +02:00
..
2020-06-08 17:59:41 +02:00
2020-04-18 12:57:56 +02:00
2019-09-16 13:26:18 +02:00
2019-08-29 08:53:56 +02:00
2020-04-13 17:37:27 +02:00
2019-08-31 15:17:10 +02:00
2020-05-23 20:30:25 +02:00
2019-12-02 00:58:10 +01:00
2019-08-31 18:00:03 +02:00