HTTP fetching for Erlang target using gleam_httpc Only compiled on Erlang target
pub fn fetch_all(urls: List(String)) -> List(#(String, BitArray))
Fetch all URLs and return a list of (url, bytes) tuples Failed fetches are silently skipped