mg_printf_html_escape.md 247 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
title: "mg_printf_html_escape()"
decl_name: "mg_printf_html_escape"
symbol_kind: "func"
signature: |
  void mg_printf_html_escape(struct mg_connection *nc, const char *fmt, ...);
---

9
Sends a printf-formatted HTTP chunk, escaping HTML tags. 
10