mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 09:18:51 +02:00
feat(net): add option to disable compression
This commit is contained in:
@@ -7,4 +7,5 @@ import (
|
||||
type HTTPConfig struct {
|
||||
NoTLSVerify bool `json:"no_tls_verify,omitempty"`
|
||||
ResponseHeaderTimeout time.Duration `json:"response_header_timeout,omitempty"`
|
||||
DisableCompression bool `json:"disable_compression,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user