proxy.golang.org : github.com/go-orb/plugins/server/http : v0.0.0-20231126232626-f2cd47f2724d
Package http provides an HTTP server implementation. It provides an HTTP1, HTTP2, and HTTP3 server, the first two enabled by default. One server contains multiple entrypoints, with one entrypoint being one address to listen on. Each entrypoint with start its own HTTP2 server, and optionally also an HTTP3 server. Each entrypoint can be customized individually, but default options are provided, and can be tweaked. The architecture is based on the Traefik server implementation.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/go-orb/plugins/server/[email protected]
Published:
Indexed:
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/go-chi/chi v1.5.5
- github.com/go-orb/go-orb v0.0.0-20231126231708-592c8d8d05c6
- github.com/go-orb/plugins/codecs/form v0.0.0-20230713091520-67e7b5a34489
- github.com/go-orb/plugins/codecs/jsonpb v0.0.0-20230713091520-67e7b5a34489
- github.com/go-orb/plugins/codecs/proto v0.0.0-20230713091520-67e7b5a34489
- github.com/go-orb/plugins/codecs/yaml v0.0.0-20230713091520-67e7b5a34489
- github.com/go-orb/plugins/config/source/file v0.0.0-20230713091520-67e7b5a34489
- github.com/go-orb/plugins/log/slog v0.0.0-20230726151712-9ff06382f83b
- github.com/go-orb/plugins/registry/mdns v0.0.0-20230725195840-87467dc1527a
- github.com/go-playground/form/v4 v4.2.1
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
- github.com/golang/protobuf v1.5.3
- github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a
- github.com/google/uuid v1.4.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/miekg/dns v1.1.57
- github.com/onsi/ginkgo/v2 v2.13.1
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/quic-go/qpack v0.4.0
- github.com/quic-go/qtls-go1-20 v0.4.1
- github.com/quic-go/quic-go v0.40.0
- github.com/stretchr/testify v1.8.4
- go.uber.org/mock v0.3.0
- golang.org/x/crypto v0.15.0
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
- golang.org/x/mod v0.14.0
- golang.org/x/net v0.18.0
- golang.org/x/sys v0.14.0
- golang.org/x/text v0.14.0
- golang.org/x/tools v0.15.0
- google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f
- google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f
- google.golang.org/grpc v1.59.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/yaml.v3 v3.0.1