dlang / dub

Package and build management system for D
MIT License
674 stars 230 forks source link

Remove dependency on curl #2524

Open WebFreak001 opened 1 year ago

WebFreak001 commented 1 year ago

Similar to https://github.com/dlang/dub/issues/2512

We should not use curl for HTTP requests in the code and rather use a proper library like requests from DUB. This way, DUB requests better integrate into the calling application, e.g. dub-registry, where vibe.d integration is important for threads to not block.

WebFreak001 commented 1 year ago

would also fix #2249