For all intents snd purposes, you can consider libcurl a standard implementation of networking protocols. Relying on it instead of making your own implementation is a basic common sense.
Though I can't say its API is convenient. Thus, wrappers.
3 hours ago
Unonoctium
Yeah, the same way as programming languages are wrappers for machine code, to a less extreme degree perhaps
For all intents snd purposes, you can consider libcurl a standard implementation of networking protocols. Relying on it instead of making your own implementation is a basic common sense.
Though I can't say its API is convenient. Thus, wrappers.