MCPcopy Create free account
hub / github.com/acl-dev/acl / http_status

Method http_status

lib_acl_cpp/src/http/http_request.cpp:625–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625int http_request::http_status() const {
626 return client_ ? client_->response_status() : -1;
627}
628
629acl_int64 http_request::body_length() const
630{

Callers 11

HttpGetFunction · 0.80
HttpGetFunction · 0.80
handshakeFunction · 0.80
runMethod · 0.80
runMethod · 0.80
sio_check_httpMethod · 0.80
sendMethod · 0.80
url_getMethod · 0.80
url_getMethod · 0.80
url_getMethod · 0.80
url_getMethod · 0.80

Calls 1

response_statusMethod · 0.80

Tested by

no test coverage detected