vapor / template-kit

📄 Easy-to-use foundation for building powerful templating languages in Swift.
MIT License
46 stars 17 forks source link

Render to an `HTTPBody` rather than `Data` #5

Closed Joannis closed 6 years ago

Joannis commented 6 years ago

This allows for future optimizations, especially when streaming results from the database.