Sourcemodule Browser : sig ... end
Sourcemodule Http : sig ... end

Http is the CLI entry point. It is not meant to be used directly in OCaml code. Use Http_ instead.

Sourcemodule Http_ : sig ... end

Use Http_ to download a https URL to a file with download_url or fetch a https URL into memory with fetch_url.