What library should I use to load a http url and get the html string out of it in OCaml? -
my purpose simple.
i have url. web page. want download string. string html content, in utf-8 encoding.
what library should use?
try http_client.convenience.http_get ocamlnet.
Comments
Post a Comment