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

Function get_status

lib_acl_cpp/include/acl_cpp/http/http_header.hpp:486–488  ·  view source on GitHub ↗

* Get HTTP status code in response header. * @return {int} HTTP response status code: 1xx, 2xx, 3xx, 4xx, 5xx */

Source from the content-addressed store, hash-verified

484 * @return {int} HTTP response status code: 1xx, 2xx, 3xx, 4xx, 5xx
485 */
486 int get_status() const {
487 return status_;
488 }
489
490 /**
491 * Set chunked transfer flag in HTTP response header.

Callers 6

addjobMethod · 0.50
typeMethod · 0.50
script_existsMethod · 0.50
get_objectMethod · 0.50
get_objectMethod · 0.50
startMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…