Limiting body reading support implemented.
This commit is contained in:
@ -43,4 +43,7 @@ type Options struct {
|
||||
|
||||
// For extracting data
|
||||
Exporters []Exporter
|
||||
|
||||
// Max body reading size in bytes
|
||||
MaxBodySize int64
|
||||
}
|
||||
|
Reference in New Issue
Block a user