PsypherPunk / python-webarchive-fuse

Python implementation of a (W)ARC FUSE filesystem.
Apache License 2.0
3 stars 2 forks source link

HTTP Headers & Metadata #1

Open PsypherPunk opened 10 years ago

PsypherPunk commented 10 years ago

For HTTP responses, perhaps store the HTTP headers as an extended attributes (i.e. implement listxattr and getxattr)? Similarly, the metadata records could be stored as extended attributes without cluttering up the filesystem.

PsypherPunk commented 10 years ago

HTTP headers done via f8c44db3db120583a2f0ca65cb4a052fb8048ced.