Skip to main content

in reply to daniel:// stenberg://

I have no need for this right now but I'm tempted to watch this because I'm curious about where else we can embed libcurl... Judging by its prevalence I'm sure it's easy to embed, so now I'm wondering about weird stuff I can do with it (and it's open source, so you can't stop me, muahahaha)
in reply to daniel:// stenberg://

I'm also very interested in the techniques you used to make libcurl so easy to work with - good docs, API design, etc.

Knowing what you know now, what are some of the tips and tricks you'd give to someone trying to build an easily embeddable library or SDK? Both general advice and also anything specific to C