ogen icon indicating copy to clipboard operation
ogen copied to clipboard

gen: do not set `*/*` as Content-Type, wrap request/response to add way to set Content-Type instead

Open tdakkota opened this issue 4 years ago • 1 comments

tdakkota avatar Feb 21 '22 13:02 tdakkota

Currently, we don't set any pattern as Content-Type response header and let net/http to guess. See #372.

For request media type patterns we return ErrNotImplemented. See #429.

tdakkota avatar Jul 26 '22 02:07 tdakkota