Skip to main content

events_url_chunked_from_tree_with_options

Function events_url_chunked_from_tree_with_options 

Source
pub fn events_url_chunked_from_tree_with_options(
    url: &str,
    tree_name: &str,
    schema: &BranchSchema,
    chunk_size: usize,
    options: HttpSourceOptions,
) -> Result<EventIterator>
Expand description

Stream one named TTree from an HTTP(S) URL with explicit TLS options.