mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-15 16:07:51 +03:00
33b3cb259e
* Support Windows SO_REUSEADDR * Update the comment * Renew comment of the Listen method on Windows
13 lines
347 B
Modula-2
13 lines
347 B
Modula-2
module github.com/valyala/fasthttp
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.0
|
|
github.com/klauspost/compress v1.10.4
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
golang.org/x/sys v0.0.0-20200602100848-8d3cce7afc34
|
|
)
|