Python package for object oriented headers, HTTP/1.1 style. Parse headers to objects.
*Changes:*
- *Bugfix:* *dir* method in Header instance could contain entries with illegal characters. - *Documentation:* Major update available at kiss-headers.tech - *Bugfix:* Allow set item value to contain comma-separated entries in Headers. - *Bugfix:* pop() method on Headers was discarding output_lock_type() toggle. - *Feature:* Introducing index() method on Headers class. Behave like list().index(). - *Bugfix:* ContentDisposition was rejecting perfectly valid non-ASCII filename. - *Improvement:* Add ready-to-use methods in ContentDisposition class. - *Improvement:* Creates py.typed file. #29 https://github.com/Ousret/kiss-headers/pull/29 - *Others:* Docstring improvements.
*Source: *https://github.com/Ousret/kiss-headers *Documentation:* https://www.kiss-headers.tech *Download:* https://pypi.org/project/kiss-headers/
python-announce-list@python.org