We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9434eaa commit 1cdee92Copy full SHA for 1cdee92
src/response.zig
@@ -253,7 +253,7 @@ pub const Response = struct {
253
.ICO => "Content-Type: image/vnd.microsoft.icon\r\n",
254
.JPG => "Content-Type: image/jpeg\r\n",
255
.JS => "Content-Type: text/javascript; charset=UTF-8\r\n",
256
- .JSON => "Content-Type: application/json\r\n",
+ .JSON => "Content-Type: application/json; charset=UTF-8\r\n",
257
.OTF => "Content-Type: font/otf\r\n",
258
.PDF => "Content-Type: application/pdf\r\n",
259
.PNG => "Content-Type: image/png\r\n",
0 commit comments