MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getResponseCode

Method getResponseCode

extensions/http-curl/client/HTTPClient.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319int64_t HTTPClient::getResponseCode() const {
320 return http_code_;
321}
322
323const char *HTTPClient::getContentType() {
324 return content_type_str_;

Callers 9

get_tokenFunction · 0.80
createTransactionMethod · 0.80
readResponseMethod · 0.80
getPeerListMethod · 0.80
closeTransactionMethod · 0.80
sendPayloadMethod · 0.80
onTriggerMethod · 0.80
check_responseMethod · 0.80

Calls

no outgoing calls

Tested by 1

check_responseMethod · 0.64