@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/grpc-protocol-buffers-http-2-streaming-and-service-contracts>
  a schema:TechArticle ;
  schema:headline "gRPC: Protocol Buffers, HTTP/2 Streaming, and Service Contracts" ;
  schema:url <https://anchorfact.org/computer-science/grpc-protocol-buffers-http-2-streaming-and-service-contracts/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/grpc-protocol-buffers-http-2-streaming-and-service-contracts>
  schema:citation <https://grpc.io/docs/what-is-grpc/introduction/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/grpc-protocol-buffers-http-2-streaming-and-service-contracts>
  schema:citation <https://grpc.io/docs/what-is-grpc/core-concepts/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/grpc-protocol-buffers-http-2-streaming-and-service-contracts>
  schema:citation <https://protobuf.dev/overview/> ;
  af:sourceTier "B" .