pkgsrc/www/go-fasthttp/PLIST
ng0 af51144ae5 Add www/go-fasthttp version 1.6.0
go-fasthttp is an implementation of Fast HTTP for Go.
2019-11-06 12:32:28 +00:00

134 lines
7.6 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2019/11/06 12:32:28 ng0 Exp $
bin/fileserver
bin/helloworldserver
bin/multidomain
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp.a
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp/expvarhandler.a
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp/fasthttpadaptor.a
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp/fasthttpproxy.a
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp/fasthttputil.a
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp/pprofhandler.a
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp/reuseport.a
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/fasthttp/stackless.a
gopkg/src/github.com/valyala/fasthttp/LICENSE
gopkg/src/github.com/valyala/fasthttp/README.md
gopkg/src/github.com/valyala/fasthttp/SECURITY.md
gopkg/src/github.com/valyala/fasthttp/TODO
gopkg/src/github.com/valyala/fasthttp/allocation_test.go
gopkg/src/github.com/valyala/fasthttp/args.go
gopkg/src/github.com/valyala/fasthttp/args_test.go
gopkg/src/github.com/valyala/fasthttp/args_timing_test.go
gopkg/src/github.com/valyala/fasthttp/bytesconv.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_32.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_32_test.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_64.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_64_test.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_table.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_table_gen.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_test.go
gopkg/src/github.com/valyala/fasthttp/bytesconv_timing_test.go
gopkg/src/github.com/valyala/fasthttp/client.go
gopkg/src/github.com/valyala/fasthttp/client_example_test.go
gopkg/src/github.com/valyala/fasthttp/client_test.go
gopkg/src/github.com/valyala/fasthttp/client_timing_test.go
gopkg/src/github.com/valyala/fasthttp/coarseTime.go
gopkg/src/github.com/valyala/fasthttp/coarseTime_test.go
gopkg/src/github.com/valyala/fasthttp/compress.go
gopkg/src/github.com/valyala/fasthttp/compress_test.go
gopkg/src/github.com/valyala/fasthttp/cookie.go
gopkg/src/github.com/valyala/fasthttp/cookie_test.go
gopkg/src/github.com/valyala/fasthttp/cookie_timing_test.go
gopkg/src/github.com/valyala/fasthttp/doc.go
gopkg/src/github.com/valyala/fasthttp/examples/README.md
gopkg/src/github.com/valyala/fasthttp/examples/fileserver/.gitignore
gopkg/src/github.com/valyala/fasthttp/examples/fileserver/Makefile
gopkg/src/github.com/valyala/fasthttp/examples/fileserver/README.md
gopkg/src/github.com/valyala/fasthttp/examples/fileserver/fileserver.go
gopkg/src/github.com/valyala/fasthttp/examples/fileserver/ssl-cert-snakeoil.key
gopkg/src/github.com/valyala/fasthttp/examples/fileserver/ssl-cert-snakeoil.pem
gopkg/src/github.com/valyala/fasthttp/examples/helloworldserver/.gitignore
gopkg/src/github.com/valyala/fasthttp/examples/helloworldserver/Makefile
gopkg/src/github.com/valyala/fasthttp/examples/helloworldserver/README.md
gopkg/src/github.com/valyala/fasthttp/examples/helloworldserver/helloworldserver.go
gopkg/src/github.com/valyala/fasthttp/examples/multidomain/Makefile
gopkg/src/github.com/valyala/fasthttp/examples/multidomain/README.md
gopkg/src/github.com/valyala/fasthttp/examples/multidomain/multidomain.go
gopkg/src/github.com/valyala/fasthttp/expvarhandler/expvar.go
gopkg/src/github.com/valyala/fasthttp/expvarhandler/expvar_test.go
gopkg/src/github.com/valyala/fasthttp/fasthttpadaptor/adaptor.go
gopkg/src/github.com/valyala/fasthttp/fasthttpadaptor/adaptor_test.go
gopkg/src/github.com/valyala/fasthttp/fasthttpproxy/socks5.go
gopkg/src/github.com/valyala/fasthttp/fasthttputil/doc.go
gopkg/src/github.com/valyala/fasthttp/fasthttputil/ecdsa.key
gopkg/src/github.com/valyala/fasthttp/fasthttputil/ecdsa.pem
gopkg/src/github.com/valyala/fasthttp/fasthttputil/inmemory_listener.go
gopkg/src/github.com/valyala/fasthttp/fasthttputil/inmemory_listener_test.go
gopkg/src/github.com/valyala/fasthttp/fasthttputil/inmemory_listener_timing_test.go
gopkg/src/github.com/valyala/fasthttp/fasthttputil/pipeconns.go
gopkg/src/github.com/valyala/fasthttp/fasthttputil/pipeconns_test.go
gopkg/src/github.com/valyala/fasthttp/fasthttputil/rsa.key
gopkg/src/github.com/valyala/fasthttp/fasthttputil/rsa.pem
gopkg/src/github.com/valyala/fasthttp/fs.go
gopkg/src/github.com/valyala/fasthttp/fs_example_test.go
gopkg/src/github.com/valyala/fasthttp/fs_handler_example_test.go
gopkg/src/github.com/valyala/fasthttp/fs_test.go
gopkg/src/github.com/valyala/fasthttp/fuzzit.sh
gopkg/src/github.com/valyala/fasthttp/fuzzit/cookie/cookie_fuzz.go
gopkg/src/github.com/valyala/fasthttp/fuzzit/request/request_fuzz.go
gopkg/src/github.com/valyala/fasthttp/fuzzit/response/response_fuzz.go
gopkg/src/github.com/valyala/fasthttp/fuzzit/url/url_fuzz.go
gopkg/src/github.com/valyala/fasthttp/go.mod
gopkg/src/github.com/valyala/fasthttp/go.sum
gopkg/src/github.com/valyala/fasthttp/header.go
gopkg/src/github.com/valyala/fasthttp/header_regression_test.go
gopkg/src/github.com/valyala/fasthttp/header_test.go
gopkg/src/github.com/valyala/fasthttp/header_timing_test.go
gopkg/src/github.com/valyala/fasthttp/headers.go
gopkg/src/github.com/valyala/fasthttp/http.go
gopkg/src/github.com/valyala/fasthttp/http_test.go
gopkg/src/github.com/valyala/fasthttp/lbclient.go
gopkg/src/github.com/valyala/fasthttp/lbclient_example_test.go
gopkg/src/github.com/valyala/fasthttp/methods.go
gopkg/src/github.com/valyala/fasthttp/nocopy.go
gopkg/src/github.com/valyala/fasthttp/peripconn.go
gopkg/src/github.com/valyala/fasthttp/peripconn_test.go
gopkg/src/github.com/valyala/fasthttp/pprofhandler/pprof.go
gopkg/src/github.com/valyala/fasthttp/requestctx_setbodystreamwriter_example_test.go
gopkg/src/github.com/valyala/fasthttp/reuseport/LICENSE
gopkg/src/github.com/valyala/fasthttp/reuseport/reuseport.go
gopkg/src/github.com/valyala/fasthttp/reuseport/reuseport_error.go
gopkg/src/github.com/valyala/fasthttp/reuseport/reuseport_example_test.go
gopkg/src/github.com/valyala/fasthttp/reuseport/reuseport_test.go
gopkg/src/github.com/valyala/fasthttp/reuseport/reuseport_windows.go
gopkg/src/github.com/valyala/fasthttp/reuseport/reuseport_windows_test.go
gopkg/src/github.com/valyala/fasthttp/server.go
gopkg/src/github.com/valyala/fasthttp/server_example_test.go
gopkg/src/github.com/valyala/fasthttp/server_test.go
gopkg/src/github.com/valyala/fasthttp/server_timing_test.go
gopkg/src/github.com/valyala/fasthttp/ssl-cert-snakeoil.key
gopkg/src/github.com/valyala/fasthttp/ssl-cert-snakeoil.pem
gopkg/src/github.com/valyala/fasthttp/stackless/doc.go
gopkg/src/github.com/valyala/fasthttp/stackless/func.go
gopkg/src/github.com/valyala/fasthttp/stackless/func_test.go
gopkg/src/github.com/valyala/fasthttp/stackless/func_timing_test.go
gopkg/src/github.com/valyala/fasthttp/stackless/writer.go
gopkg/src/github.com/valyala/fasthttp/stackless/writer_test.go
gopkg/src/github.com/valyala/fasthttp/status.go
gopkg/src/github.com/valyala/fasthttp/stream.go
gopkg/src/github.com/valyala/fasthttp/stream_test.go
gopkg/src/github.com/valyala/fasthttp/stream_timing_test.go
gopkg/src/github.com/valyala/fasthttp/strings.go
gopkg/src/github.com/valyala/fasthttp/tcpdialer.go
gopkg/src/github.com/valyala/fasthttp/testdata/test.png
gopkg/src/github.com/valyala/fasthttp/timer.go
gopkg/src/github.com/valyala/fasthttp/uri.go
gopkg/src/github.com/valyala/fasthttp/uri_test.go
gopkg/src/github.com/valyala/fasthttp/uri_timing_test.go
gopkg/src/github.com/valyala/fasthttp/uri_unix.go
gopkg/src/github.com/valyala/fasthttp/uri_windows.go
gopkg/src/github.com/valyala/fasthttp/uri_windows_test.go
gopkg/src/github.com/valyala/fasthttp/userdata.go
gopkg/src/github.com/valyala/fasthttp/userdata_test.go
gopkg/src/github.com/valyala/fasthttp/userdata_timing_test.go
gopkg/src/github.com/valyala/fasthttp/workerpool.go
gopkg/src/github.com/valyala/fasthttp/workerpool_test.go