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

Missing implementation of libcurl MIME interfaces in fortran-curl #8

Closed
rajkumardongre opened this issue Jun 18, 2023 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@rajkumardongre
Copy link
Contributor

Hi @interkosmos ,I noticed that the fortran-curl library does not currently implement the ISO C binding interfaces for libcurl's MIME feature. This means that users of fortran-curl are unable to send multipart form data.

Could you please consider adding support for these interfaces so that users can take advantage of this important feature? It would be great to have this functionality available in future releases of fortran-curl.

Thank you for your attention to this matter.

@interkosmos
Copy link
Owner

MIME interfaces have been added with the last commit.

@interkosmos interkosmos added the enhancement New feature or request label Jun 22, 2023
@rajkumardongre
Copy link
Contributor Author

Thanks, @interkosmos, for the commit, I will check this out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants