I can now do https requests in #ocaml using cohttp-eio. That was way harder than ...serpent7776 (53)in DBuzz • 6 months ago ... I expected it to be. #webdev Posted via D.Buzz #ocaml #webdev
Hmm, I don't quite understand this, what do these codes do? 😀
Posted via D.Buzz
It sets up TLS, so I can connect via https (instead of http).
Then it sends POST request.
I need that to send a request to other host.
Posted via D.Buzz