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

Method get_method

lib_acl_cpp/src/http/http_header.cpp:665–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665http_method_t http_header::get_method(string* buf /* = NULL */) const
666{
667 if (buf) {
668 *buf = method_s_;
669 }
670 return method_;
671}
672
673http_header& http_header::set_range_total(http_off_t total)
674{

Callers 3

write_headMethod · 0.80
requestMethod · 0.80
send_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected