Versions in this module Expand all Collapse all v1 v1.0.2 May 10, 2023 Changes in this version + func NewServerHooks(opts ...Option) *twirp.ServerHooks + func WrapServer(h http.Handler, opts ...Option) http.Handler + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + func WrapClient(c HTTPClient, opts ...Option) HTTPClient + type Option func(*config) + func WithAnalytics(on bool) Option + func WithAnalyticsRate(rate float64) Option + func WithServiceName(name string) Option