Skip to content

Commit

Permalink
[readme] minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Jul 3, 2024
1 parent 73d6d7d commit 50139d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Extract individual files from .zip files over http without downloading the entir

## Usage

unzip-http <url.zip> <filenames..>
unzip-http <url> <filenames..>

Extract <filenames> from a remote .zip at `<url>` to stdout.

If no filenames given, displays .zip contents (filenames and sizes).

Each filename can be a wildcard glob; all matching files are concatenated and sent to stdout in zipfile order.

Note: HTTP server must send `Accept-Ranges: bytes` and `Content-Length` in headers.
Note: HTTP server must send `Accept-Ranges: bytes` and `Content-Length` in headers (most do).

# Python module `unzip_http`

Expand Down

0 comments on commit 50139d9

Please sign in to comment.