Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(models): use preferred notation for JSON content-type (#204)
I noticed that the content-type looked like this: `"Content-Type": "application/json; charset=\"utf-8\"",` and then I checked the corresponding RFC (7231) to see if that's valid. It is valid, but not the preferred way. ![image](https://github.com/user-attachments/assets/c55b1fc8-4140-4cf2-8595-7a6098c3fda1) --- Update: [reference to RFC9110](https://www.rfc-editor.org/rfc/rfc9110.html#name-media-type)
- Loading branch information