Library to parse and serialise HTTP Structured Field Values (RFC 8941). Current version 0.9.9. Release cadence is irregular; stable release expected.
pip install http-sfvNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: parse and serialize structured field values.
Use isinstance(value, http_sfv.Item) instead of type checking.
If order is not important, convert to dict: dict(item.params).
Always use parse_* functions to create structured types.
Decode bytes to string before parsing: data.decode('utf-8').No dependency data recorded yet.