1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 16:14:48 +01:00
Ilya Kreymer dd7c1bd752 warcserver: define default HTTPAdapter in warcserver.http.default_adapter, for use with both index sources and responseloader
responseloader uses existing pool from shared HTTPAdapter
fix tests: call_release_conn() checks if release_conn() exists before calling, else default to close()
2017-06-29 22:33:16 -07:00
..
2017-05-23 19:08:29 -07:00
2014-02-17 10:01:09 -08:00
2016-02-23 13:26:53 -08:00
2017-06-06 10:53:02 -07:00
2017-05-23 16:43:41 -07:00
2017-06-06 10:53:02 -07:00

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