kiss-headers v2.1.0 Release Notes

Release Date: 2020-05-05 // almost 4 years ago
  • ๐Ÿ”„ Changes :

    • ๐Ÿ”‹ Feature : Polymorphism, transform a Header object to its corresponding subclass. #26
    • ๐Ÿ”‹ Feature : Implement pop() and popitem() methods in Headers.
    • ๐Ÿ›  Bugfix : Discard multiple entries detection if the header is 'Subject'.
    • ๐Ÿ›  Bugfix : Acknowledge the folding LF + 1 space technique to unfold.
    • โž• Add : Cookie custom header class in builder.py.
    • ๐Ÿ›  Bugfix : Fix how WwwAuthenticate custom header is built.
    • ๐Ÿ”‹ Feature: Add unfolded_content property to Header class.
    • Other : Provide scripts for developers. #24