mongoose/docs/c-api/http.h/mg_printf_html_escape.md

11 lines
244 B
Markdown
Raw Normal View History

---
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.