Closed shamilsan closed 1 year ago
Sometimes Html::into_response is rendered as plain text in the browser due to two "content-type" entries in the header.
Html::into_response
"content-type"
This PR tries to fix this bug. Also, the corresponding test has been added.
Thanks for the PR!
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.