lunatic-solutions / submillisecond

A lunatic web framework
MIT License
910 stars 18 forks source link

Fix `Html::into_response` function #107

Closed shamilsan closed 1 year ago

shamilsan commented 1 year ago

Sometimes Html::into_response is rendered as plain text in the browser due to two "content-type" entries in the header.

This PR tries to fix this bug. Also, the corresponding test has been added.

tqwewe commented 1 year ago

Thanks for the PR!