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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -