hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.32k stars 954 forks source link

chore: Refactor convert Status to http::Response #1721

Closed tottoto closed 3 weeks ago

tottoto commented 3 weeks ago

Motivation

Refactors the implementation.

Solution

Refactors the procedure to convert Status to http::Response.

djc commented 3 weeks ago

Thanks!