fiber/go.mod
Troy 08b2b71197
Add support for streaming the request body. (#1423)
* update fasthttp

* allow req body streaming

* multipart form streaming

* update fasthttp

* allow req body streaming

* multipart form streaming

* Testing
2021-07-11 11:45:46 +02:00

9 lines
147 B
Modula-2

module github.com/gofiber/fiber/v2
go 1.16
require (
github.com/valyala/fasthttp v1.26.0
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
)