We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fffc48 commit 40ff62bCopy full SHA for 40ff62b
src/Grpc.AspNetCore.Web/Internal/ServerGrpcWebMode.cs
@@ -20,7 +20,7 @@ namespace Grpc.AspNetCore.Web.Internal;
20
21
internal readonly record struct ServerGrpcWebContext(ServerGrpcWebMode Request, ServerGrpcWebMode Response);
22
23
-internal enum ServerGrpcWebMode
+internal enum ServerGrpcWebMode : byte
24
{
25
None,
26
GrpcWeb,
0 commit comments