tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Fix charset value and missing application/json charset #198

Closed richardhozak closed 5 years ago

richardhozak commented 5 years ago

Previously responses had invalid 'utf8' charset the correct form is 'utf-8'. I also added missing utf-8 charset to application/json which is used in Response::json function.