feat: Implement gRPC Reflection Service (#340)

Co-authored-by: Samani G. Gikandi <[email protected]>
This commit is contained in:
James Nugent
2021-02-16 11:07:51 -05:00
committed by GitHub
co-authored by Samani G. Gikandi
parent f49d4bdf99
commit c54f24721c
15 changed files with 1524 additions and 1 deletions
+7
View File
@@ -94,6 +94,13 @@ $ cargo run --bin tls-server
$ cargo run --bin health-server
```
## Server Reflection
### Server
```bash
$ cargo run --bin reflection-server
```
## Tower Middleware
### Server