Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2025 Changes in this version + func ParseQuery(qr map[string]any) string + type HTTPX struct + func NewHTTPX() *HTTPX + func (h *HTTPX) GET(ctx context.Context, u string) (*http.Response, error) + func (h *HTTPX) GETWithContext(ctx context.Context, u string) (*http.Response, error) + func (h *HTTPX) POST(ctx context.Context, url string, data []byte) (*http.Response, error) + func (h *HTTPX) POSTWithContext(ctx context.Context, url string, data []byte) (*http.Response, error) + func (h *HTTPX) SetBasicAuth(username, password string) *HTTPX + func (h *HTTPX) SetHeader(headers map[string]string) *HTTPX