Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ reason_phrase
Method
reason_phrase
src/brpc/http_header.cpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
const char* HttpHeader::reason_phrase() const {
119
return HttpReasonPhrase(_status_code);
120
}
121
122
void HttpHeader::set_status_code(int status_code) {
123
_status_code = status_code;
Callers
3
TEST
Function · 0.80
ProcessHttpResponse
Function · 0.80
MakeRawHttpResponse
Function · 0.80
Calls
1
HttpReasonPhrase
Function · 0.85
Tested by
1
TEST
Function · 0.64