mg_printf_html_escape.md 244 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
---
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, ...);
---

Send printf-formatted HTTP chunk, escaping HTML tags.