An open API service indexing awesome lists of open source software.

https://github.com/jamesnk/http2latency


https://github.com/jamesnk/http2latency

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Instructions

1. Run server in *GrpcTestService*: `dotnet run -c Release`
2. Run client in *GrpcTestClient*: `dotnet run -c Release`

Test can be modified to use `WinHttpHandler`:

1. In the client's *Program.cs* uncomment configuring `WinHttpHandler` where channel is created and change address to `https`.
2. In the server's *Program.cs* uncomment `UseHttps()` on the port.