Versions in this module Expand all Collapse all v0 v0.2.7 Aug 24, 2021 Changes in this version + const Version + func DELETE(url string) *dataflow.DataFlow + func GET(url string) *dataflow.DataFlow + func HEAD(url string) *dataflow.DataFlow + func IgnoreEmpty() + func New(c ...*http.Client) *dataflow.Gout + func NotIgnoreEmpty() + func OPTIONS(url string) *dataflow.DataFlow + func PATCH(url string) *dataflow.DataFlow + func POST(url string) *dataflow.DataFlow + func PUT(url string) *dataflow.DataFlow + func SetTimeout(d time.Duration) + type A = core.A + type Client struct + func NewWithOpt(opts ...Option) *Client + func (c *Client) DELETE(url string) *dataflow.DataFlow + func (c *Client) GET(url string) *dataflow.DataFlow + func (c *Client) HEAD(url string) *dataflow.DataFlow + func (c *Client) OPTIONS(url string) *dataflow.DataFlow + func (c *Client) PATCH(url string) *dataflow.DataFlow + func (c *Client) POST(url string) *dataflow.DataFlow + func (c *Client) PUT(url string) *dataflow.DataFlow + type Context = dataflow.Context + type DebugFunc = dataflow.DebugFunc + type DebugOpt = dataflow.DebugOpt + func NoColor() DebugOpt + func Trace() DebugOpt + type DebugOption = dataflow.DebugOption + type FormFile = core.FormFile + type FormMem = core.FormMem + type FormType = core.FormType + type H = core.H + type Import struct + func NewImport() *Import + func (i *Import) RawText(text interface{}) *Text + type Option interface + func WithClient(c *http.Client) Option + func WithClose3xxJump() Option + func WithInsecureSkipVerify() Option + func WithTimeout(t time.Duration) Option + type ReadCloseFail = core.ReadCloseFail + type Text struct