Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gin を使用して次のような応答を返すことに気付きました。
c.JSON(http.StatusOK, jsonData)
次のヘッダーを自動的に作成します。
application/json; charset=utf-8
ヘッダーを何らかの方法で変更して、単に返すことは可能ですか?
application/json
文字列を分割するよりも、このアプローチを採用したい;
;