Skip to content

kiss-headers

Compare
Choose a tag to compare
@Ousret Ousret released this 20 May 23:59
· 74 commits to master since this release
5c3d27c

Changes:

  • Improvement: Implement insert() method on Headers class.
  • Feature: Introducing the Attributes class in models. Attributes/members are now ordered by default.
  • Improvement: Add pop() and insert() methods on Header class.
  • Bugfix: Unescape the double quote char in the cookie value when using SetCokies or Cookie classes.
  • Improvement: Implement valued_attrs property on Header to extract a list of distinct attributes that have at least one value attached to them.

The biggest improvement is that the Header class now acts ordered on its members and attributes/keys/values. See PR #32

The package will most likely go into feature freeze until 3.0-dev. The current focus will be around tests/docs and issues addressed. Enjoy 🎉
Thank all present and future adopters.

Docs are going to be updated soon.