VictoriaMetrics/vendor/github.com/VictoriaMetrics/fasthttp
2020-08-14 02:19:36 +03:00
..
fasthttputil vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
stackless vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
.gitignore vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
.travis.yml vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
args.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
bytebuffer.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
bytesconv.go Perform conversion from string to []byte according to rule #6 at https://golang.org/pkg/unsafe/#Pointer 2020-08-05 11:55:58 +03:00
bytesconv_32.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
bytesconv_64.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
client.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
coarseTime.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
compress.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
cookie.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
doc.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
fs.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
go.mod vendor: update github.com/VictoriaMetrics/fasthttp from v1.0.4 to v1.0.5 2020-08-14 02:19:36 +03:00
go.sum vendor: update github.com/VictoriaMetrics/fasthttp from v1.0.4 to v1.0.5 2020-08-14 02:19:36 +03:00
header.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
http.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
lbclient.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
LICENSE vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
nocopy.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
peripconn.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
README.md vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
server.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
ssl-cert-snakeoil.key vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
ssl-cert-snakeoil.pem vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
status.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
stream.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
strings.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
tcpdialer.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
timer.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
TODO vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
uri.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
uri_unix.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
uri_windows.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
userdata.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00
workerpool.go vendor: use github.com/VictoriaMetrics/fasthttp instead of github.com/fasthttp/fasthttp 2020-04-29 17:33:34 +03:00

Private copy of fasthttp for VictoriaMetrics usage.

It contains only the functionality required for VictoriaMetrics.

Do not use it in your own projects!