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

Function si_add_header

modules/md/mod_md_status.c:334–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334static void si_add_header(status_ctx *ctx, const status_info *info)
335{
336 if (HTML_STATUS(ctx)) {
337 const char *html = ap_escape_html2(ctx->p, info->label, 1);
338 apr_brigade_printf(ctx->bb, NULL, NULL, "<th class=\"%s\">%s</th>", html, html);
339 }
340}
341
342static void si_val_cert_valid_time(status_ctx *ctx, md_json_t *mdj, const status_info *info)
343{

Callers 2

md_domains_status_hookFunction · 0.85
md_ocsp_status_hookFunction · 0.85

Calls 1

ap_escape_html2Function · 0.85

Tested by

no test coverage detected