You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcurl should be isolated in a wrapper and not exposed to the rest of mamba. We should reuse code from powerloader for that (such as https://github.com/mamba-org/powerloader/blob/main/include/powerloader/curl.hpp and https://github.com/mamba-org/powerloader/blob/main/include/powerloader/url.hpp.
The wrapper itself should be an implementation detail of libmamba and not exposed in public APIs.
The text was updated successfully, but these errors were encountered:
libcurl should be isolated in a wrapper and not exposed to the rest of mamba. We should reuse code from powerloader for that (such as
https://github.com/mamba-org/powerloader/blob/main/include/powerloader/curl.hpp
andhttps://github.com/mamba-org/powerloader/blob/main/include/powerloader/url.hpp
.The wrapper itself should be an implementation detail of libmamba and not exposed in public APIs.
The text was updated successfully, but these errors were encountered: