package
0.0.0-20241223201216-b2272ab2b612
Repository: https://github.com/susmdt/gscript.git
Documentation: pkg.go.dev

# Functions

GetURLAsBytes will fetch a url, headers, and a bool for ignoring ssl errors.
GetURLAsString will fetch a url and return an http response object, the body as a string, and an error.
PostBinary posts the specified data to a url endpoint as application/octet-stream data.
PostJSON takes a url, json data, a map of headers, and a bool to ignore ssl errors, posts json data to url.
PostURL posts the specified data to a url endpoint as text/plain data.