Parses a remote text file in chunks using HTTP range requests.
The URL of the remote text file.
Options for fetching and parsing the remote text file.
An async generator that yields parsed rows.
Parsed rows along with metadata.
Parses a remote text file in chunks using HTTP range requests.