Hello,
I've only managed to find this, but it seems to do too much for what I need:
Basically I need something like Go's http.Get("https://mysite.com/version") to just get a one line of text from the server.
I can't use libcurl, I have to use pure openssl.
Thanks