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

feature/default-header-updates-and-refactor #144

Closed ndortega closed 8 months ago

ndortega commented 8 months ago

1.) Added default content length header to all requests 2.) provided more specialized render functions to generate http responses with content type and length 3.) Reorganized the utilities functions 4.) Wrapped unit tests in testset blocks

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (73cfd9c) 96.99% compared to head (3204eb4) 98.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #144 +/- ## ========================================== + Coverage 96.99% 98.02% +1.03% ========================================== Files 12 14 +2 Lines 1031 1063 +32 ========================================== + Hits 1000 1042 +42 + Misses 31 21 -10 ```

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