Email or username:

Password:

Forgot your password?
Top-level
daniel:// stenberg://

@csierrandres I've heard you can basically do it in any language and it'll just be a 100 lines of code.

3 comments
Mattias Eriksson 🦀🚵‍♂️

@bagder @csierrandres
Yes,
fn main(...) {
libcurl(...);
}

See, even if you add some extra lines for nice error handling, you will end up with less than 100 lines. It wasn't even hard.

Go Up