package
1.2.2-rc3
Repository: https://github.com/dubbogo/triple.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
DefaultHttp2ControllerReadBufferSize is default read buffer size of triple client/server.
DefaultListeningAddress is default listening address.
DefaultNumWorkers #workers for connection pool.
DefaultTimeout is default timeout seconds of triple client.
HessianCodecName is the serializer with pb wrapped with hessian2.
No description provided by the author
JSONMapStructCodec is the serializer jsonCodec.
MsgPackCodecName is the serializer with pb wrapped with msgpack.
PBCodecName is the default serializer name, triple use pb as serializer.
proxy interface.
No description provided by the author
TrailerKeyGrpcDetailsBin is a trailer header field to response grpc details bin message encoded by base64.
TrailerKeyGrpcMessage is a trailer header field to response grpc error message.
TrailerKeyGrpcStatus is a trailer header field to response grpc code (int).
TrailerKeyHttp2Message is http2 pkg trailer key of error message.
TrailerKeyHttp2Status is http2 pkg trailer key of success.
TrailerKeyTraceProtoBin is triple trailer header.
TRIPLE is triple protocol name.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.
Header keys are header field key from client.

# Type aliases

CodecType is the type of triple serializer.
TripleCtxKey is typ of content key.