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

Method set_method

src/brpc/http_header.h:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 // Get/set http method.
130 HttpMethod method() const { return _method; }
131 void set_method(const HttpMethod method) { _method = method; }
132
133 // Get/set status-code and reason-phrase. Notice that the const char*
134 // returned by reason_phrase() will be invalidated after next call to

Callers 13

senderFunction · 0.45
mainFunction · 0.45
TEST_FFunction · 0.45
TestHttpAuthFunction · 0.45
TEST_FFunction · 0.45
MakeGetRequestMessageMethod · 0.45
MakeH2EchoRequestBufMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.36
TestHttpAuthFunction · 0.36
TEST_FFunction · 0.36
MakeGetRequestMessageMethod · 0.36
MakeH2EchoRequestBufMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36