# 第4课 grpc

- [4.1 gRPC及相关介绍](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/install.md)
- [4.2 gRPC Client and Server](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/client-and-server.md)
- [4.3 gRPC Streaming, Client and Server](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/stream-client-server.md)
- [4.4 TLS 证书认证](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/grpc-tls.md)
- [4.5 基于 CA 的 TLS 证书认证](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/ca-tls.md)
- [4.6 Unary and Stream interceptor](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/interceptor.md)
- [4.7 让你的服务同时提供 HTTP 接口](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/grpc-http.md)
- [4.8 对 RPC 方法做自定义认证](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/per-rpc-credentials.md)
- [4.9 gRPC Deadlines](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/deadlines.md)
- [4.10 分布式链路追踪](https://eddycjy.gitbook.io/golang/di-4-ke-grpc/zipkin.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eddycjy.gitbook.io/golang/di-4-ke-grpc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
