WARC
Created on 2020-11-26T17:38:16-06:00
Web Archive format originally by the internet archive.
Basically stores all queries related to loading a particular page in a single file with HTTP style payloads. There are some headers, content length and so forth. It then encodes all the headers returned by the request as well as the payload *those* headers carried.
TODO more details about the format.