MCPcopy Create free account
hub / github.com/apache/httpd / lua_ap_basic_auth_pw

Function lua_ap_basic_auth_pw

modules/lua/lua_request.c:800–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800static const char* lua_ap_basic_auth_pw(request_rec* r)
801{
802 const char* pw = NULL;
803 ap_get_basic_auth_pw(r, &pw);
804 return pw ? pw : "";
805}
806
807static int lua_ap_limit_req_body(request_rec* r)
808{

Callers

nothing calls this directly

Calls 1

ap_get_basic_auth_pwFunction · 0.85

Tested by

no test coverage detected