Bekacru / better-fetch

Advanced fetch wrapper for typescript
https://better-fetch.vercel.app/
210 stars 7 forks source link

Patch method body json is not serialized ? #13

Open cellva01 opened 3 months ago

cellva01 commented 3 months ago
Screenshot 2024-08-12 at 5 03 31 PM Screenshot 2024-08-12 at 5 04 47 PM
Bekacru commented 3 months ago

It will be serialized regardless of the method. The only time it won't get serialized is if you specifically set the content type on the request header.