mongoose/docs/c-api/mg_util.h/mg_url_encode.md

11 lines
203 B
Markdown
Raw Normal View History

---
title: "mg_url_encode()"
decl_name: "mg_url_encode"
symbol_kind: "func"
signature: |
struct mg_str mg_url_encode(const struct mg_str src);
---
Same as `mg_url_encode_opt(src, "._-$,;~()/", 0)`.