package
0.0.0-20240516065436-a2bc238b4b59
Repository: https://github.com/tools-go/go-utils.git
Documentation: pkg.go.dev
# Functions
ClientDo will excute the request with a specific http client.
Delete will delete remote resource.
Do will excute the request with the default http client.
Get will get remote data with custom headers.
NewRequest will create a http request with the specified data.
NewRestCli will create a new RestCli object.
PackURL will pack the url and the query.
PackURLPath will pack the url with a url template and args.
Patch will partially update a remote resource.
Post will create remote resource.
PostForm will create remote resource with x-www-form-urlencoded format data.
Put will update a remote resource.
# Variables
DefaultHTTPClient will return a default configured http client.
# Type aliases
DebugLevel of the debug logs.