satanas/unity-simple-http

.Put() still requires body

nankink opened this issue · 0 comments

I need a Post() command but no body is needed by the API. The Put(), as described by the readme, is perfect. But when coding, it still requires the body as Post(), making its functionallity exactly the same.