|
|
@@ -44,6 +44,11 @@ namespace Microsoft.Net.Http.Headers
|
|
|
public static readonly string Expires = "Expires";
|
|
|
public static readonly string Expect = "Expect";
|
|
|
public static readonly string From = "From";
|
|
|
+ public static readonly string GrpcAcceptEncoding = "Grpc-Accept-Encoding";
|
|
|
+ public static readonly string GrpcEncoding = "Grpc-Encoding";
|
|
|
+ public static readonly string GrpcMessage = "Grpc-Message";
|
|
|
+ public static readonly string GrpcStatus = "Grpc-Status";
|
|
|
+ public static readonly string GrpcTimeout = "Grpc-Timeout";
|
|
|
public static readonly string Host = "Host";
|
|
|
public static readonly string KeepAlive = "Keep-Alive";
|
|
|
public static readonly string IfMatch = "If-Match";
|