swaggest / rest

Web services with OpenAPI and JSON Schema done quick in Go
https://pkg.go.dev/github.com/swaggest/rest
MIT License
362 stars 17 forks source link

Content Type application/json should not have a charset attribute #113

Closed pboguslawski closed 1 year ago

pboguslawski commented 1 year ago

Describe the bug According to https://github.com/go-chi/chi/issues/194 ; charset=utf-8 should be removed from

https://github.com/swaggest/rest/blob/master/response/encoder.go#L143 https://github.com/swaggest/rest/blob/master/response/encoder.go#L199