WinterFramework / winter

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

Add support problem annotation and handling exceptions accordingly with RFC7807 #175

Closed mikhaillazko closed 3 years ago

mikhaillazko commented 3 years ago

Add ProblemAnnotation and decorator problem(status=, title=, detail=, type=, auto_handle=) Allow auto generation handlers for problems Annotate existing winter exceptions Add tests and app config for test Update readme Update version4.2.0 and change log