mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 16:14:48 +01:00
- fully support range requests on frontend, if range request reaches pywb - add OffsetLimitReader() to skip offset and limit read - disbale rewriting for range requests - serve 416 if range outside of content-length - tests: add tests for range request handling dockerignore: add collections/
pywb.utils
This package contains a utils used by pywb wayback tool suite.
Modules
-
binsearch.py -- Binary search implementation over text files
-
loaders.py -- Loading abstraction for loading via http or local file system.
-
bufferedreaders.py -- Buffering wrappers for file-like object, also provide gzip decompression and de-chunking facilities.
-
statusandheaders.py -- Represent http status line + headers and parsing them out from a stream
-
timeutils.py -- Utility functions for converting between standard datetime formats 14-digit timestamp