Package io.servicetalk.grpc.api
Class GrpcHeaderValues
java.lang.Object
io.servicetalk.grpc.api.GrpcHeaderValues
Common gRPC header values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CharSequence
application/grpc
value forcontent-type
header.static final CharSequence
application/grpc+proto
value forcontent-type
header.static final CharSequence
ServiceTalk specific value to use forHttpHeaderNames.USER_AGENT
andHttpHeaderNames.SERVER
headers. -
Method Summary
-
Field Details
-
APPLICATION_GRPC
application/grpc
value forcontent-type
header.- See Also:
-
APPLICATION_GRPC_PROTO
application/grpc+proto
value forcontent-type
header.- See Also:
-
SERVICETALK_USER_AGENT
ServiceTalk specific value to use forHttpHeaderNames.USER_AGENT
andHttpHeaderNames.SERVER
headers.
-