Versions in this module Expand all Collapse all v1 v1.1.3 Apr 13, 2023 Changes in this version + type AuthInter interface + Format func(p any) error + type BasicAuth struct + Password string + Username string + func (a BasicAuth) Format(p any) error + type BearerAuth struct + Token string + func (a BearerAuth) Format(p any) error + type Dict map[string]string + type Ext func(ep *ExtensionPackage) + type ExtensionPackage struct + Auth AuthInter + CipherSuites []uint16 + Cookies Dict + Files Dict + Form Dict + Headers Dict + Hooks HooksDict + Json map[string]any + LimitLength int64 + Method string + Params Dict + ProcessOptions []processbar.Option + Protocol string + Proxy string + Redirect bool + Stream io.Reader + Timeout int + Tracer bool + Url string + Verify bool + type Hook func(object any) (error, any) + type HooksDict map[string][]Hook + type Json map[string]any + type List []string