Skip to content

kiss-headers

Compare
Choose a tag to compare
@Ousret Ousret released this 20 Mar 21:49
· 410 commits to master since this release

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.