Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ response_status
Method
response_status
lib_acl_cpp/src/http/http_client.cpp:785–791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
783
}
784
785
int http_client::response_status(void) const
786
{
787
if (is_request_ && hdr_res_) {
788
return hdr_res_->reply_status;
789
}
790
return -1;
791
}
792
793
const char* http_client::request_host(void) const
794
{
Callers
1
http_status
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected