Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Close3xx ¶ added in v0.0.5
func Close3xx(c *http.Client, close bool) middler.RequestMiddler
close 为true 则关闭3xx跳转功能 close 为false 则不关闭3xx跳转功能
func GzipCompress ¶
func GzipCompress(args ...interface{}) middler.RequestMiddler
func GzipDecompress ¶ added in v0.0.3
func GzipDecompress() middler.RequestMiddler
func ProgressBar ¶ added in v0.0.4
func ProgressBar(callback func(currBytes, totalBytes int)) middler.RequestMiddler
Types ¶
type EnableGzipGreaterEqual ¶ added in v0.0.2
type EnableGzipGreaterEqual int
大于或等于EnableGzipMore 字节数的才压缩
Click to show internal directories.
Click to hide internal directories.