Limiting body reading support implemented.

This commit is contained in:
Musab Gültekin
2019-06-11 16:19:30 +03:00
parent 3790295658
commit b8305d5e1a
2 changed files with 12 additions and 2 deletions

View File

@ -43,4 +43,7 @@ type Options struct {
// For extracting data
Exporters []Exporter
// Max body reading size in bytes
MaxBodySize int64
}