package
0.0.0-20241223220703-7f3c7df797ff
Repository: https://github.com/mewkiz/pkg.git
Documentation: pkg.go.dev

# Functions

Get issues a GET to the specified URL and returns the raw response.
GetDoc issues a GET request, parses it and returns an HTML node.
GetString issues a GET to the specified URL and returns the response as a string.
Post
Post issues a POST to the specified URL.
PostString issues a POST to the specified URL and returns the response as a string.
SetClient sets the default http client used by httputil requests.

# Variables

InsecureClient is a http client which allows https connections with invalid certificates.

# Structs

A Session contains the cookies and User-Agent for a series of requests.