Skip to main content

http_get_text

Function http_get_text 

Source
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.