Changes : from PR #10
- Feature : You can parse Response from
encode/httpx
package. Just useparse_it()
method. - Feature : Possibility to generate a JSON-string from a Headers object using
to_json()
method. - Feature : Embed the capability to cast any header and Headers to
bytes
. - Improvement : We've successfully passed
mypy
type-lint check. - Feature : Allow to lock type output to List of Header instead of second guessing if List or a Header using
lock_output_type()
method from kiss-headers package init. - Bugfix : Automatically cast object to str if trying to assign to Header anything else than
str
.