Documentation ¶ Index ¶ type St func New(lg logger.Lite, opts *httpc.OptionsSt) *St func (c *St) GetOptions() *httpc.OptionsSt func (c *St) Send(opts *httpc.OptionsSt) (*httpc.RespSt, error) func (c *St) SetOptions(opts *httpc.OptionsSt) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type St ¶ type St struct { // contains filtered or unexported fields } func New ¶ func New(lg logger.Lite, opts *httpc.OptionsSt) *St func (*St) GetOptions ¶ func (c *St) GetOptions() *httpc.OptionsSt func (*St) Send ¶ func (c *St) Send(opts *httpc.OptionsSt) (*httpc.RespSt, error) func (*St) SetOptions ¶ func (c *St) SetOptions(opts *httpc.OptionsSt) Source Files ¶ View all Source files index.go Click to show internal directories. Click to hide internal directories.