WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Add type validation for response headers #136

Open pristupa opened 5 years ago

pristupa commented 5 years ago

It would be nice if ResponseHeader.set() could validate the value passing there against the ResponseHeader's value type.