package
0.0.0-20240605105119-1c4c4c5d458b
Repository: https://github.com/mpezzolano/golibrary.git
Documentation: pkg.go.dev
# Functions
Delete sends an HTTP DELETE request and returns the response body or an error.
Get sends an HTTP GET request and returns the response body or an error.
Patch sends an HTTP PATCH request with the given payload and returns the response body or an error.
Post sends an HTTP POST request with the given payload and returns the response body or an error.
Put sends an HTTP PUT request with the given payload and returns the response body or an error.