We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4311b9 commit a48f72fCopy full SHA for a48f72f
README.md
@@ -24,6 +24,9 @@ gRoxy is a gRPC mocking server that allows you to mock gRPC services and respons
24
25
## todos
26
- [ ] currently service supports only mocking unary methods, but we plan to support streaming methods as well
27
+- [ ] serving the gRPC reflection service
28
+- [ ] support for the gRPC health check service
29
+- [ ] passthrough mode for proxying and modifying real gRPC services
30
31
## installation
32
You can install gRoxy using the following command:
0 commit comments