书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 11488 个相关结果.
  • goctl env

    goctl env Overview goctl env directive goctl env check directive goctl env install directive goctl env Overview goctl env can quickly detect goctl dependency. If your envir...
  • API Definition

    API Definition API Definition API Generation API Register References API Definition Kratos implements REST and gRPC as the transport protocols. We mainly follow the API Desi...
  • Android

    Prerequisites Download the example Run a gRPC application Update a gRPC service Update and run the application Update the server Update the client Run! Connecting to the Hel...
  • 5.4 能不能不用证书?

    1538 2020-01-17 《跟煎鱼一起学Go》
    5.4 gRPC+gRPC Gateway 能不能不用证书? 过去 为什么 h2 不行 寻找 h2c 琢磨其他方式 使用 cmux 使用第三方 h2 现在 使用标准库 h2c 验证 HTTP/1.1 HTTP/2(gRPC) 总结 参考 5.4 gRPC+gRPC Gateway 能不能不用证书? 如果你以前有涉猎过 gRP...
  • Generating a Service

    Generating a gRPC Service Generating a gRPC Service Generating Protobuf structs generated from our ent.Schema can be useful, but what we’re really interested in is getting an a...
  • Generating a Service

    Generating a gRPC Service Generating a gRPC Service Generating Protobuf structs generated from our ent.Schema can be useful, but what we’re really interested in is getting an a...
  • warden interceptor

    642 2021-07-16 《Kratos v1.0 教程》
    说明 分析 服务端拦截器 客户端拦截器 实现自己的拦截器 内置拦截器 自适应限流拦截器 扩展阅读 说明 gRPC暴露了两个拦截器接口,分别是: grpc.UnaryServerInterceptor 服务端拦截器 grpc.UnaryClientInterceptor 客户端拦截器 基于两个拦截器可以针对性的定制公共模块的封装代码...
  • 元信息传递

    852 2021-07-16 《Kratos v2.0 教程》
    默认格式规范 使用方式 注册 metadata 中间件 获取 metadata 字段的值 传递 metadata 微服务之间将会通过 HTTP 和 gRPC 进行接口交互,所以服务架构需要统一 Metadata 传递使用。 目前 gRPC 中也可以携带 Metadata 传递,原理是放到 HTTP Header 中,然后上游将会收到对应的 Met...
  • Dapr APIs allow list

    How-To: Selectively enable Dapr APIs on the Dapr sidecar Default behavior Using an allowlist Enabling specific HTTP APIs Enabling specific gRPC APIs Using a denylist Disabling ...