MCPcopy Create free account
hub / github.com/apache/brpc / request_protocol

Method request_protocol

src/brpc/controller.h:523–523  ·  view source on GitHub ↗

Protocol of the request sent by client or received by server.

Source from the content-addressed store, hash-verified

521
522 // Protocol of the request sent by client or received by server.
523 ProtocolType request_protocol() const { return _request_protocol; }
524
525 // Resets the Controller to its initial state so that it may be reused in
526 // a new call. Must NOT be called while an RPC is in progress.

Callers 8

EchoMethod · 0.80
EchoMethod · 0.80
EchoMethod · 0.80
EchoMethod · 0.80
EchoMethod · 0.80
UpdateResponseHeaderFunction · 0.80
IssueRPCMethod · 0.80
SerializeHttpRequestFunction · 0.80

Calls

no outgoing calls

Tested by 5

EchoMethod · 0.64
EchoMethod · 0.64
EchoMethod · 0.64
EchoMethod · 0.64
EchoMethod · 0.64