kiss-headers v1.0.4 Release Notes

Release Date: 2020-03-20 // about 4 years ago
  • ๐Ÿ”„ Changes : PR #5

    • ๐Ÿ›  Bugfix : Check if provided raw bytes headers are encoded using ASCII or UTF-8.
    • ๐Ÿ›  Bugfix : Provide a better output using case insensible dict for the to_dict method.
    • ๐Ÿ‘Œ Improvement : Act like a regular dict as is act like an object.
    • ๐Ÿ‘Œ Improvement : Writing missing docstring for public package and for all methods of Headers and Header.
    • Type-hint : Adding From header type hint on Headers class.