summaryrefslogtreecommitdiff
path: root/tests/data/test649
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %LOGDIR to refer to the log directoryDan Fandrich2023-03-301-2/+2
| | | | | | This will allow it be set dynamically. Ref: #10818
* tests: skip mime/form tests when mime is not built-inPatrick Monnerat2022-09-271-0/+3
| | | | Closes #9596
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-4/+4
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* mime: implement encoders.Patrick Monnerat2017-09-051-0/+72
curl_mime_encoder() is operational and documented. curl tool -F option is extended with ";encoder=". curl tool --libcurl option generates calls to curl_mime_encoder(). New encoder tests 648 & 649. Test 1404 extended with an encoder specification.