package
0.1.1
Repository: https://github.com/gole-dev/gole.git
Documentation: pkg.go.dev

# Functions

GetJSON get json data by get method.
PostForm send form data by post method.
PostJSON send json data by post method.
WithTimeout with a timeout for per request.

# Constants

ContentTypeForm form format.
ContentTypeJSON json format.
DefaultTimeout max exec time for a request.

# Type aliases

Option is a function that sets some option on the client.