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

Method sprint_header

lib_acl_cpp/src/http/HttpServletRequest.cpp:1071–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071void HttpServletRequest::sprint_header(string& out, const char* prompt)
1072{
1073 if (client_) {
1074 client_->sprint_header(out, prompt);
1075 } else {
1076 const char* ptr = acl_getenv_list();
1077 if (ptr) {
1078 out.format("%s", ptr);
1079 }
1080 }
1081}
1082
1083} // namespace acl
1084

Callers

nothing calls this directly

Calls 2

acl_getenv_listFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected