Words
31
Reading
1 min
Listen
Play
2y
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.
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.
RE: I can now do https requests in #ocaml using cohttp-eio. That was way harder than ...