pub fn http_get_text(url: &str) -> Result<String>Expand description
A plain GET returning the body as text.
Not part of ByteSource — nothing about reading a bigWig needs it. It is
here because this is the module that owns the HTTP client, and the UCSC
genome API is the one caller.