OxygenFramework / Oxygen.jl

💨 A breath of fresh air for programming web apps in Julia
https://oxygenframework.github.io/Oxygen.jl/
MIT License
409 stars 25 forks source link

bugfix/duplicate-headers-from-renderers #153

Closed ndortega closed 8 months ago

ndortega commented 8 months ago

1.) renderer functions will no longer append duplicate headers 2.) default error response is now returned as json instead of plain text 3.) removed redundant error handling blocks in the streamutil module 2.) removed the Renderer struct and am now returning HTTP.Response objects directly

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3a393ff) 98.03% compared to head (a9a785c) 98.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #153 +/- ## ========================================== + Coverage 98.03% 98.31% +0.28% ========================================== Files 14 14 Lines 1066 1068 +2 ========================================== + Hits 1045 1050 +5 + Misses 21 18 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ndortega commented 8 months ago

152