kiss-headers
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.