You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support to other HTTP methods than GET (#6)
* Add new field on the struct to support custom HTTP methods that does not require body. Eg: DELETE
* Add support to setting the request body
* Improve test name
* Fix test name
* Fix misspelled words
* Typo
* Add support to custom content type
* Improve README
* Add missing colon after word Site on output
* tweaking test names
Co-authored-by: John Arundel <john@bitfieldconsulting.com>