proyecto26 / RestClient

🦄 A Promise based REST and HTTP client for Unity 🎮
https://assetstore.unity.com/packages/slug/102501
MIT License
1.24k stars 173 forks source link

Fix HEAD promise method incorrectly calling DELETE #229

Closed Kevinsomnia closed 1 year ago

Kevinsomnia commented 2 years ago

Calling the Head(string url) overloaded method would incorrectly send a DELETE request when attempting to fetch the response headers.