OxygenFramework / Oxygen.jl

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

bugfix/update-default-serializer-behavior #150

Closed ndortega closed 5 months ago

ndortega commented 5 months ago

1.) no longer injecting the content length header into raw HTTP.Resonse objects returned from request handlers. 2.) updated render functions to prevent accidental overwriting of header values 3.) wrapped tests within @testset's in the runtests.js file

Related Issues:

148

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (01309bc) 98.02% compared to head (c600841) 98.03%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #150 +/- ## ======================================= Coverage 98.02% 98.03% ======================================= Files 14 14 Lines 1065 1066 +1 ======================================= + Hits 1044 1045 +1 Misses 21 21 ```

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