HTTP API - Content-Type should include charset
Open
kind/bug
topic/api
topic/rpc-api
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
When returning `text/...` and `application/json` the API should include the `charset` in the HTTP header.
```
Content-Type: application/json; charset=utf-8
```
See http://www.w3.org/International/O-HTTP-charset for more derails.
Contributor guide
Assessment
This issue has not been assessed yet.