Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mime support (form api is deprecated according to libcurl) #537

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2023

  1. add mime support

    tsnoam committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    2ed79cb View commit details
    Browse the repository at this point in the history
  2. CI: switch linux64-curl docker to ubuntu:22.04

    ubuntu:16.04 version of libcurl doesn't have the mime feature compiled in
    tsnoam committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    2447d15 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    e37a551 View commit details
    Browse the repository at this point in the history
  2. clean up relationship between Mime & Easy2 objects

     - The raw mime handle is now wrapped by a rust struct which will call curl_mime_free() upon Drop
     - Easy2 now keeps the MimeHandle as an Option instead of Vec
     - The above Option is kept inside Inner instead of directly under Easy2
    tsnoam committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2994ec7 View commit details
    Browse the repository at this point in the history