Versions in this module Expand all Collapse all v3 v3.8.1 May 1, 2022 v3.8.0 Mar 21, 2022 Changes in this version + var DefaultContentType = "application/drpc+proto" + var DefaultMaxRecvMsgSize = 1024 * 1024 * 4 + var DefaultMaxSendMsgSize = 1024 * 1024 * 4 + var DefaultPoolMaxIdle = 50 + var DefaultPoolMaxStreams = 20 + func MaxRecvMsgSize(s int) client.Option + func MaxSendMsgSize(s int) client.Option + func NewClient(opts ...client.Option) client.Client + func PoolMaxIdle(d int) client.Option + func PoolMaxStreams(n int) client.Option