rootio: implement naive remote ROOT file over HTTP
This CL implements a naive remote ROOT file handling over HTTP(S). rootio.Open will seamlessly download the whole ROOT file into a temporary local file. This local file will be automatically removed when closed.
Updates #142 (closed).