Versions in this module Expand all Collapse all v0 v0.0.1 Jan 3, 2018 Changes in this version + func CheckOption(opt protos.HTTPOption) error + func Execute(opt protos.HTTPOption) error + func GetOptionHeader(opt protos.HTTPOption) http.Header + type Job struct + func NewJob(index int, opt protos.HTTPOption, ch <-chan struct{}) *Job + func (j *Job) Inc() + func (j *Job) Next() bool + func (j *Job) Request() *http.Request + func (j *Job) Run() + type Manager struct + func NewManager(opt protos.HTTPOption) *Manager