RafaelYon / requestfy

A library to facilitate creation of HTTP requests in GO
MIT License
4 stars 3 forks source link

Send PUT request #26

Closed hadihammurabi closed 2 years ago

hadihammurabi commented 2 years ago

Now, we able to send HTTP request using PUT method by this way

client.Request().Put("https://jsonplaceholder.typicode.com/posts/1", nil)

Fixes #6

This is unit test result on this changes.

image

cc @RafaelYon