This commit is contained in:
Jarred Sumner
2025-08-11 18:42:33 -07:00
parent b6b3dc7eb5
commit 98524943f1

View File

@@ -320,7 +320,7 @@ Bun automatically sets the `Content-Type` header for request bodies when not exp
- For `Blob` objects, uses the blob's `type`
- For `FormData`, sets appropriate multipart boundary
- For JSON objects, sets `application/json`
- When `Response.json(value)` is used, sets `application/json`
## Debugging