Skip to content

Breaking change in 1.7.0: Header keys are now capitalized #40

Closed
@makermelissa

Description

@makermelissa

I noticed between 1.6.0 and 1.7.0, headers such as headers['content-length'] are not headers['Content-Length'], so anything that uses the head keys will need to be updated.

This issue is more of a breaking change alert due to the removal of this line:

title = str(title.lower(), "utf-8")

in #31

I'm not sure if we want to put it back or just slowly change everything that broke.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions