Closed
Description
I'm currently trying to write a file upload program. This requires sending data to a form (analogous to curl -F
from the command line). I've been told that the equivalent function in native libcurl is curl_formadd()
, but this function is commented out in the curl_sys crate. And, of course, this means there's no corresponding function in the curl crate.
Metadata
Metadata
Assignees
Labels
No labels