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 mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com

Reply via email to