csharp-leaf / Leaf.xNet

HTTP Library. Impoved original xNet.
https://github.com/csharp-leaf
180 stars 52 forks source link

Question request #92

Closed HideakiAtsuyo closed 4 years ago

HideakiAtsuyo commented 4 years ago

How can i put a json body in Patch request

HideakiAtsuyo commented 4 years ago

the paypload = {"yourjson":"forfun"} request.Patch("https://website.com/try", payload, "application/json");

Solved.