splat-transform API Reference - v1.6.0
    Preparing search index...

    Class UrlReadFileSystem

    ReadFileSystem for reading from URLs using fetch. Supports optional base URL for relative paths.

    Automatically detects whether the server supports Range requests. If Range requests are supported, uses streaming with Range headers for efficient seeking. If not supported (e.g., Python's SimpleHTTPRequestHandler), falls back to downloading the entire file into memory first.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods