Skip to content

v0.3.0

Compare
Choose a tag to compare
@evert evert released this 16 May 03:44
27a9a48
  • Fully up to date with draft-ietf-httpbis-header-structure-13.
  • Parameterized Lists and List of Lists are gone, their feautures are merged
    into List and Dictionaries.
  • Both lists and dictionaries now require an object such as
    {value: x, parameters: y}. This is a breaking change, but was required to
    support parameters correctly everywhere.
  • Stricter float parsing.