Versions in this module Expand all Collapse all v0 v0.2.2 Sep 23, 2026 Changes in this version + func Download(opts Options, to string) error + func DownloadX(opts Options, to string) v0.2.1 Sep 9, 2026 Changes in this version type Options + Client *http.Client v0.2.0 Jul 28, 2026 Changes in this version + func SendX[T any](opts Options) *T v0.1.1 Jul 27, 2026 Changes in this version + type Auth interface + type BasicAuth struct + Password string + Username string + type BearerAuth struct + Token string + type Options struct + Auth Auth + Body any + Headers map[string]string + Method string + Url string v0.1.0 Jul 27, 2026 Changes in this version + func Send[T any](url, method string, body any) (*T, error)