Http
is the CLI entry point. It is not meant to be used directly in OCaml code. Use Http_
instead.
Use Http_
to download a https URL to a file with download_url
or fetch a https URL into memory with fetch_url
.
Http
is the CLI entry point. It is not meant to be used directly in OCaml code. Use Http_
instead.
Use Http_
to download a https URL to a file with download_url
or fetch a https URL into memory with fetch_url
.