mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
add docs for bun publish (#14327)
This commit is contained in:
@@ -1996,7 +1996,7 @@ pub const Example = struct {
|
||||
|
||||
var is_expected_content_type = false;
|
||||
var content_type: string = "";
|
||||
for (response.headers) |header| {
|
||||
for (response.headers.list) |header| {
|
||||
if (strings.eqlCaseInsensitiveASCII(header.name, "content-type", true)) {
|
||||
content_type = header.value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user