Versions in this module Expand all Collapse all v1 v1.1.0 Jul 27, 2020 v1.0.0 Jul 23, 2020 Changes in this version + type Config struct + Client *http.Client + DefaultMaxRetries int + Errors chan<- error + Workers int + type HTTPQueue interface + Enqueue func(req *Request) error + func New(file string, pass []byte, cfg *Config) (HTTPQueue, error) + type Request struct + Body []byte + Method string + URL *url.URL