Maximum redirection option added. Performance improvement on exports. Duplicate requests only checked on GET requests.
This commit is contained in:
@ -61,6 +61,9 @@ type Options struct {
|
||||
// Max body reading size in bytes. Default: 1GB
|
||||
MaxBodySize int64
|
||||
|
||||
// Maximum redirection time. Default: 10
|
||||
MaxRedirect int
|
||||
|
||||
// Charset Detection disable
|
||||
CharsetDetectDisabled bool
|
||||
|
||||
|
Reference in New Issue
Block a user