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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -