Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
lstuma committed Nov 1, 2023
1 parent 76abb7f commit e7d0b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pigeon/http/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class HTTPHeaders(collections.UserDict):
def __init__(self, headers=None):
headers = headers or dict()
data = {header[0].lower(): header[1] for header in headers.items()}

super().__init__(data)

def __add__(self, other):
Expand Down

0 comments on commit e7d0b92

Please sign in to comment.