Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When http server receives a request, it converts the request to corresponding gRPC request, and then reuse the gRPC handling procedure to finish serving the request.

Test Plan(required)

...

  • unit test with the go `httptest` package: example
  • Integratin Test with http client.

Rejected Alternatives(optional)

...