Closed fengye404 closed 3 weeks ago
pom.xml 里需要配置:
<profiles>
<profile>
<id>mac</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<os.detected.classifier>osx-x86_64</os.detected.classifier>
</properties>
</profile>
</profiles>
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
Status → "grpc-status" 1*DIGIT ; 0-9
Status-Message → "grpc-message" Percent-Encoded
Status-Details → "grpc-status-details-bin" {base64 encoded value} ; See notes below.
Add support for gRPC, enabling unary calls and bidirectional streaming calls, while excluding any dependencies related to gRPC-netty.