Skip to content

Integrate libcurl #605

@ckrause

Description

@ckrause

We currently use external tools like "curl" and "wget" in the WebClient class to perform HTTP requests. This often leads to issues. It would be nice to directly integrate "libcurl" for HTTP requests:

https://curl.se/libcurl/

This would allow us to replace our existing solution that relies on external tools. When integrating libcurl, we must ensure that it works on all supported platforms. We also should ensure to link it statically so that the loda executable is self contained.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions