francescovallone / serinus

Serinus is a minimalistic framework for building efficient and scalable backend applications powered by Dart. 🎯
https://serinus.app
MIT License
34 stars 2 forks source link

fix(#41): add content length when sending a rendered view #44

Closed francescovallone closed 2 months ago

francescovallone commented 2 months ago

Description

Fix the Response.render and Response.renderString methods. Add Content-Length when using these two functions.

Fixes #41

Type of change

Checklist: