mirror of https://github.com/gofiber/fiber.git
parent
32168793f5
commit
7bc43dcabf
2
app.go
2
app.go
|
@ -275,7 +275,7 @@ type Config struct {
|
|||
|
||||
// StreamRequestBody enables request body streaming,
|
||||
// and calls the handler sooner when given body is
|
||||
// larger then the current limit.
|
||||
// larger than the current limit.
|
||||
StreamRequestBody bool
|
||||
|
||||
// Will not pre parse Multipart Form data if set to true.
|
||||
|
|
Loading…
Reference in New Issue