Versions in this module Expand all Collapse all v0 v0.0.2 Oct 30, 2023 Changes in this version + func NewJSONCodec(opts protojson.MarshalOptions) connect.Codec + type Option func(o *options) + func WithJSONMarshalOptions(opts protojson.MarshalOptions) Option + func WithLogOptions(opts ...connectlog.Option) Option v0.0.1 Oct 16, 2023 Changes in this version + func GetHandlerOptions(logger *slog.Logger) []connect.HandlerOption + func NewServer(ctx context.Context, addr string, path string, handler http.Handler) (*http.Server, error)