Author: Mahfooz Alam

  • Capture gRPC Traffic going out from a Server

    Capture gRPC Traffic going out from a Server

    How does gRPC work? A quick Google search would tell you that it uses HTTP/2.0 under the hood, but that’s about it. Most available guides talk about gRPC internals by assuming that you are already deeply familiar with HTTP/2.0, and the only proper documentation for HTTP/2 is the official RFC document, which doesn’t contain implementation…

    by

    in