mongoose/docs/c-api/mg_util.h/mg_mbuf_append_base64.md
Dmitry Frank 3eb4eb8074 Fix mongoose docs generation
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
2018-02-03 01:20:48 +02:00

267 B

title decl_name symbol_kind signature
mg_mbuf_append_base64() mg_mbuf_append_base64 func void mg_mbuf_append_base64(struct mbuf *mbuf, const void *data, size_t len);

Encode len bytes starting at data as base64 and append them to an mbuf.